extends Node3D # Called when the node enters the scene tree for the first time. func _ready() -> void: $OrbitCam/Camera3D.current = true; # #func _physics_process(delta: float) -> void: #$OrbitCam.rotate_y(1.0);