2 extends DialogicIndexer
5 func _get_events() -> Array:
6 return [this_folder.path_join('event_background.gd')]
8 func _get_subsystems() -> Array:
9 return [{'name':'Backgrounds', 'script':this_folder.path_join('subsystem_backgrounds.gd')}]
12 func _get_special_resources() -> Dictionary:
13 return {&"BackgroundTransition":list_special_resources("Transitions/Defaults", ".gd")}