extends SpringArm3D
@export var mouse_sensitivity := 0.05 #Unused
func _ready() -> void:
set_as_top_level(true)
# Input.MOUSE_MODE_CAPTURED
func _process(delta):
if Input.is_action_just_pressed("ui_accept"):
_camera_up()
For whatever reason this code rotates the springarm to 5156 on the x?? Why does it do that , there’s nothing in the logs and the function only runs once (according to the print)