remove print from physics update
This commit is contained in:
parent
d7b4a2e90c
commit
77a6bea4d6
1 changed files with 0 additions and 2 deletions
|
|
@ -30,8 +30,6 @@ func _state_physics_update(_delta: float) -> void:
|
|||
|
||||
player.sprite.play(player.anim_dir)
|
||||
|
||||
print("physupdate")
|
||||
|
||||
func _exit() -> void:
|
||||
player.sprite.stop()
|
||||
print("exit")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue