update
This commit is contained in:
parent
b475589f00
commit
7b3359c565
@ -53,7 +53,6 @@ func _input(event):
|
||||
func _physics_process(delta: float) -> void:
|
||||
if current_ship != null:
|
||||
if is_piloting:
|
||||
# global_transform.basis = current_ship.global_transform.basis
|
||||
global_rotation.y = current_ship.global_rotation.y
|
||||
|
||||
else:
|
||||
|
Loading…
Reference in New Issue
Block a user