Event Go To

This commit is contained in:
2025-05-20 07:28:02 -05:00
parent 7cd96e20d2
commit 6b2fa2b381
7 changed files with 69 additions and 12 deletions

View File

@@ -35,6 +35,9 @@ func end() -> void:
assert(ended == false)
ended = true
func isEndingEvent() -> bool:
return false
func reset() -> void:
started = false
ended = false