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