SupaLidlGame/addons/phantom_camera/panel/editor.gd

12 lines
216 B
GDScript
Raw Permalink Normal View History

@tool
extends VBoxContainer
var editor_plugin: EditorPlugin
@onready var updater: Control = %UpdateButton
@onready var viewfinder: Control = %ViewfinderPanel
func _ready():
updater.editor_plugin = editor_plugin