Add phantom camera

This commit is contained in:
2025-03-01 19:52:43 +01:00
parent 57930f1c50
commit a9f8fb717e
149 changed files with 19276 additions and 2 deletions

View File

@@ -0,0 +1,11 @@
@tool
extends VBoxContainer
var editor_plugin: EditorPlugin
@onready var updater: Control = %UpdateButton
@onready var viewfinder: Control = %ViewfinderPanel
func _ready():
updater.editor_plugin = editor_plugin