Fixed critical bugs

This commit is contained in:
2025-10-29 10:40:58 +03:00
parent 5ea00cbd30
commit 29bf133a6c
6 changed files with 24 additions and 18 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ var position : Vector2:
get:
return ship.position
func _physics_process(delta: float) -> void:
var input_direction := Input.get_vector("move_left", "move_right", "move_up", "move_down")
ship.accelerate(input_direction, delta)