First work on dialogic, resized guild, and started implementing portraits.
This commit is contained in:
9
addons/dialogic/Modules/Jump/index.gd
Normal file
9
addons/dialogic/Modules/Jump/index.gd
Normal file
@@ -0,0 +1,9 @@
|
||||
@tool
|
||||
extends DialogicIndexer
|
||||
|
||||
|
||||
func _get_events() -> Array:
|
||||
return [this_folder.path_join('event_jump.gd'), this_folder.path_join('event_label.gd'), this_folder.path_join('event_return.gd')]
|
||||
|
||||
func _get_subsystems() -> Array:
|
||||
return [{'name':'Jump', 'script':this_folder.path_join('subsystem_jump.gd')}]
|
||||
Reference in New Issue
Block a user