This commit is contained in:
Bryce
2025-08-01 08:34:51 -07:00
parent 15f11fc0f3
commit 44d3f10875
77 changed files with 605 additions and 713 deletions

0
cutscene/actions/AnimationAction.gd Normal file → Executable file
View File

0
cutscene/actions/DialogueAction.gd Normal file → Executable file
View File

1
cutscene/actions/MoveAction.gd Normal file → Executable file
View File

@@ -30,7 +30,6 @@ func start() -> void:
self._set_running()
func update(delta: float) -> void:
print ("updating")
if state != State.RUNNING:
return

0
cutscene/actions/TurnAction.gd Normal file → Executable file
View File

0
cutscene/actions/WaitAction.gd Normal file → Executable file
View File