diff --git a/player/Player.tscn b/player/Player.tscn index 09241c8..2548fa2 100644 --- a/player/Player.tscn +++ b/player/Player.tscn @@ -70,13 +70,7 @@ script/source = "extends Camera3D @export var MainCamera: Camera3D -# Called when the node enters the scene tree for the first time. -func _ready() -> void: - pass # Replace with function body. - - -# Called every frame. 'delta' is the elapsed time since the previous frame. -func _physics_process(delta): +func _process(delta): if not MainCamera: return