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