mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-14 17:03:48 +00:00
Dialogue System
This commit is contained in:
parent
77765a581e
commit
1fa77f0c03
690 changed files with 46698 additions and 14 deletions
12
addons/dialogic/Modules/Variable/index.gd
Normal file
12
addons/dialogic/Modules/Variable/index.gd
Normal 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')}]
|
||||
Loading…
Add table
Add a link
Reference in a new issue