]> Untitled Git - wolf-seeking-sheep.git/blob - addons/dialogic/Modules/Background/index.gd
Squashed commit of the following:
[wolf-seeking-sheep.git] / addons / dialogic / Modules / Background / index.gd
1 @tool
2 extends DialogicIndexer
3
4
5 func _get_events() -> Array:
6         return [this_folder.path_join('event_background.gd')]
7
8 func _get_subsystems() -> Array:
9         return [{'name':'Backgrounds', 'script':this_folder.path_join('subsystem_backgrounds.gd')}]
10
11
12 func _get_special_resources() -> Dictionary:
13         return {&"BackgroundTransition":list_special_resources("Transitions/Defaults", ".gd")}