mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-12 01:25:55 +00:00
Dialogue System
This commit is contained in:
parent
77765a581e
commit
1fa77f0c03
690 changed files with 46698 additions and 14 deletions
11
addons/dialogic/Modules/TextInput/index.gd
Normal file
11
addons/dialogic/Modules/TextInput/index.gd
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
@tool
|
||||
extends DialogicIndexer
|
||||
|
||||
|
||||
func _get_events() -> Array:
|
||||
return [this_folder.path_join('event_text_input.gd')]
|
||||
|
||||
|
||||
func _get_subsystems() -> Array:
|
||||
return [{'name':'TextInput', 'script':this_folder.path_join('subsystem_text_input.gd')}]
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue