This commit is contained in:
2025-08-21 11:41:16 -04:00
parent a5d5a05369
commit 906f761041
103 changed files with 2670 additions and 250 deletions

View File

@@ -0,0 +1,10 @@
@tool
extends DialogicIndexer
func _get_events() -> Array:
return [this_folder.path_join('event_visual.gd')]
func _get_subsystems() -> Array:
return [{'name':'Visual', 'script':this_folder.path_join('subsystem_visual.gd')}]