Added Dialogic and a test dialog

This commit is contained in:
cblech
2024-10-28 12:06:03 +01:00
parent ea20332b4f
commit d231bb0773
683 changed files with 46264 additions and 1 deletions
+12
View File
@@ -0,0 +1,12 @@
@tool
extends DialogicIndexer
func _get_events() -> Array:
return [this_folder.path_join('event_variable.gd')]
func _get_editors() -> Array:
return [this_folder.path_join('variables_editor/variables_editor.tscn')]
func _get_subsystems() -> Array:
return [{'name':'VAR', 'script':this_folder.path_join('subsystem_variables.gd')}]