princesse/misc: suppression d'un debug
Tout simplement
This commit is contained in:
@@ -343,8 +343,6 @@ func _physics_process(delta: float) -> void:
|
|||||||
velocity.y = jump()
|
velocity.y = jump()
|
||||||
velocity.y = fall()
|
velocity.y = fall()
|
||||||
velocity.x = walk(direction)
|
velocity.x = walk(direction)
|
||||||
if not is_zero_approx(velocity.x):
|
|
||||||
print(" walk velocity ", velocity.x )
|
|
||||||
kick()
|
kick()
|
||||||
|
|
||||||
move_and_handle_collisions()
|
move_and_handle_collisions()
|
||||||
|
|||||||
Reference in New Issue
Block a user