Dialogic quest addition and plugin fix

This commit is contained in:
cblech
2025-07-23 20:46:33 +02:00
committed by Jonathan
parent 9253a78a06
commit 2fbeb93018
9 changed files with 157 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
@tool
extends DialogicIndexer
func _get_events() -> Array:
return [
this_folder.path_join('event_quest_activate.gd'),
this_folder.path_join('event_quest_complete.gd')
]