mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-09 02:25:54 +00:00
4 lines
108 B
GDScript3
4 lines
108 B
GDScript3
|
|
extends DialogicIndexer
|
||
|
|
|
||
|
|
func _get_editors() -> Array:
|
||
|
|
return [this_folder.path_join('style_editor.tscn')]
|