-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathmain.tscn
57 lines (51 loc) · 1.48 KB
/
main.tscn
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
[gd_scene load_steps=4 format=3 uid="uid://d380qw6no8rhn"]
[ext_resource type="Script" path="res://main.gd" id="2"]
[ext_resource type="Script" path="res://addons/property_panel/property_panel.gd" id="2_3gfvu"]
[ext_resource type="Texture2D" uid="uid://c1cfc862rsgev" path="res://icon.svg" id="3_5w8pe"]
[node name="Main" type="Control"]
layout_mode = 3
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
script = ExtResource("2")
[node name="TopPropertyPanel" type="Panel" parent="."]
custom_minimum_size = Vector2(0, 40)
layout_mode = 1
anchors_preset = 10
anchor_right = 1.0
offset_bottom = 34.0
grow_horizontal = 2
script = ExtResource("2_3gfvu")
vertical = false
[node name="MiddlePropertyPanel" type="Panel" parent="."]
layout_mode = 1
anchors_preset = 8
anchor_left = 0.5
anchor_top = 0.5
anchor_right = 0.5
anchor_bottom = 0.5
offset_left = -166.0
offset_top = -248.0
offset_right = 179.0
offset_bottom = 123.0
grow_horizontal = 2
grow_vertical = 2
script = ExtResource("2_3gfvu")
[node name="EditableTexture" type="TextureRect" parent="."]
layout_mode = 1
anchors_preset = 8
anchor_left = 0.5
anchor_top = 0.5
anchor_right = 0.5
anchor_bottom = 0.5
offset_left = -64.0
offset_top = -23.0
offset_right = 64.0
offset_bottom = 105.0
grow_horizontal = 2
grow_vertical = 2
pivot_offset = Vector2(60, 60)
texture = ExtResource("3_5w8pe")
[connection signal="property_changed" from="MiddlePropertyPanel" to="." method="_on_MiddlePropertyPanel_property_changed"]