mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-01 10:35:34 +00:00
5 lines
114 B
GDScript
5 lines
114 B
GDScript
@tool
|
|
extends DialogicIndexer
|
|
|
|
func _get_editors() -> Array:
|
|
return [this_folder.path_join('style_editor.tscn')]
|