mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-22 19:43:55 +00:00
Custom module
This commit is contained in:
parent
e43f67c872
commit
0b1ea343dc
25 changed files with 598 additions and 33 deletions
8
addons/dialogic_additions/ShowImage/index.gd
Normal file
8
addons/dialogic_additions/ShowImage/index.gd
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
@tool
|
||||
extends DialogicIndexer
|
||||
|
||||
func _get_events() -> Array:
|
||||
return [this_folder.path_join('event_show_image.gd')]
|
||||
|
||||
func _get_subsystems() -> Array:
|
||||
return [{'name':'ShowImage', 'script':this_folder.path_join('subsystem_show_image.gd')}]
|
||||
Loading…
Add table
Add a link
Reference in a new issue