mirror of
https://github.com/creyD/ludum_dare_46.git
synced 2026-06-13 05:52:24 +02:00
swicth animation to change scene
This commit is contained in:
@@ -203,4 +203,4 @@ func movement_run(direction, delta):
|
||||
func movement_idle():
|
||||
movementState = moveState.IDLE
|
||||
velocity = Vector2.ZERO
|
||||
animation_state.travel("idle")
|
||||
animation_state.change_scene("idle")
|
||||
|
||||
Reference in New Issue
Block a user