Add phantom camera
This commit is contained in:
23
addons/phantom_camera/panel/editor.tscn
Normal file
23
addons/phantom_camera/panel/editor.tscn
Normal file
@@ -0,0 +1,23 @@
|
||||
[gd_scene load_steps=4 format=3 uid="uid://cfdoaceoosi1w"]
|
||||
|
||||
[ext_resource type="Script" path="res://addons/phantom_camera/panel/editor.gd" id="1_86hp7"]
|
||||
[ext_resource type="PackedScene" uid="uid://cuqkqsp3ikv5u" path="res://addons/phantom_camera/panel/updater/update_button.tscn" id="1_oowcd"]
|
||||
[ext_resource type="PackedScene" uid="uid://dbkr3d716wtx0" path="res://addons/phantom_camera/panel/viewfinder/viewfinder_panel.tscn" id="2_xecnk"]
|
||||
|
||||
[node name="EditorPanel" type="VBoxContainer"]
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
script = ExtResource("1_86hp7")
|
||||
|
||||
[node name="UpdateButton" parent="." instance=ExtResource("1_oowcd")]
|
||||
unique_name_in_owner = true
|
||||
layout_mode = 2
|
||||
size_flags_horizontal = 8
|
||||
size_flags_vertical = 1
|
||||
|
||||
[node name="ViewfinderPanel" parent="." instance=ExtResource("2_xecnk")]
|
||||
unique_name_in_owner = true
|
||||
layout_mode = 2
|
Reference in New Issue
Block a user