extends Node3D @export var move_speed : float = 5 @export var turn_speed : float = 1 func _process(delta: float) -> void: var dir = Input.get