Rewrote entity system

This commit is contained in:
2025-05-09 22:33:51 -05:00
parent a69ec56a2d
commit f465880044
29 changed files with 372 additions and 284 deletions

View File

@@ -100,7 +100,7 @@ func _onQuestSelected(index:int) -> void:
func _onQuestObjectiveSelected(index:int) -> void:
setQuestObjective(index)
func _onQuestUpdated(questKey:QuestSystem.QuestKey) -> void:
func _onQuestUpdated(_q:Quest) -> void:
_updateQuestList()
func _onCloseClicked() -> void: