mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-01 10:05:34 +00:00
8 lines
239 B
GDScript
8 lines
239 B
GDScript
@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')}]
|