Removed debug print

This commit is contained in:
2025-10-20 22:23:46 +03:00
parent c5f53b845a
commit ae59ef5669
-1
View File
@@ -10,7 +10,6 @@ var position : Vector2:
func _process(delta: float) -> void:
var input_direction := Input.get_vector("move_left", "move_right", "move_up", "move_down")
print(input_direction)
if input_direction.is_zero_approx():
$Ship.decelerate($Ship.deceleration * delta)