Add cutscene change event

This commit is contained in:
2025-01-05 19:39:05 -06:00
parent 9dce4bf2c7
commit 4e52d1383b
7 changed files with 117 additions and 18 deletions

View File

@@ -6,7 +6,7 @@ func _init() -> void:
pass
func start() -> void:
pass
started = true
func update(delta:float) -> void:
pass
@@ -16,3 +16,6 @@ func isDone() -> bool:
func end() -> void:
pass
func reset() -> void:
started = false