mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-03 21:15:55 +00:00
4 lines
108 B
GDScript
4 lines
108 B
GDScript
extends DialogicIndexer
|
|
|
|
func _get_editors() -> Array:
|
|
return [this_folder.path_join('style_editor.tscn')]
|