if Input.is_action_pressed("ui_left"): self.rotate_y(TURN_SPEED) if Input.is_action_pressed("ui_right"): self.rotate_y(-TURN_SPEED)