Fixed critical bugs
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user