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

View File

@ -53,7 +53,6 @@ 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: