progress
This commit is contained in:
1
cutscene/actions/MoveAction.gd
Normal file → Executable file
1
cutscene/actions/MoveAction.gd
Normal file → Executable file
@@ -30,7 +30,6 @@ func start() -> void:
|
||||
self._set_running()
|
||||
|
||||
func update(delta: float) -> void:
|
||||
print ("updating")
|
||||
if state != State.RUNNING:
|
||||
return
|
||||
|
||||
|
||||
Reference in New Issue
Block a user