This commit is contained in:
Gary Steven Keough 2024-12-15 00:53:54 -05:00
parent b475589f00
commit 7b3359c565

View File

@ -52,8 +52,7 @@ func _input(event):
func _physics_process(delta: float) -> void:
if current_ship != null:
if is_piloting:
# global_transform.basis = current_ship.global_transform.basis
if is_piloting:
global_rotation.y = current_ship.global_rotation.y
else: