]> Untitled Git - wolf-seeking-sheep.git/blob - addons/dialogic/Modules/Variable/index.gd
Updated export config options
[wolf-seeking-sheep.git] / addons / dialogic / Modules / Variable / index.gd
1 @tool
2 extends DialogicIndexer
3
4
5 func _get_events() -> Array:
6         return [this_folder.path_join('event_variable.gd')]
7
8 func _get_editors() -> Array:
9         return [this_folder.path_join('variables_editor/variables_editor.tscn')]
10
11 func _get_subsystems() -> Array:
12         return [{'name':'VAR', 'script':this_folder.path_join('subsystem_variables.gd')}]