WIP: Something

This commit is contained in:
Nikolai Rodionov
2025-02-17 17:34:47 +01:00
parent 1323dbf154
commit 37154955d6
6 changed files with 29 additions and 17 deletions

View File

@ -4,6 +4,7 @@ class_name CameraMount
# -- When camera mount is not active, client shouldn't connect to it
@export var active: bool = false
@export var default: bool = false
@export var accept_input: bool = false
var camera: Camera3D
# Called when the node enters the scene tree for the first time.