Quest system fixed.

This commit is contained in:
2025-05-07 10:33:00 -05:00
parent 12746a520e
commit f940247a48
14 changed files with 94 additions and 29 deletions

View File

@@ -25,7 +25,7 @@ func start() -> void:
assert(started == false)
started = true
func update(delta:float) -> void:
func update(_delta:float) -> void:
assert(started == true)
assert(ended == false)