aboutsummaryrefslogtreecommitdiff
path: root/src/addons/rmsmartshape/scenes/GUI_InfoPanel.tscn
blob: f63203bb3ea98037ad675ca99846a3c769044a89 (plain)
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
58
59
[gd_scene load_steps=3 format=2]

[ext_resource path="res://addons/rmsmartshape/assets/GUI_Theme.tres" type="Theme" id=1]
[ext_resource path="res://addons/rmsmartshape/scenes/GUI_InfoPanel.gd" type="Script" id=2]

[node name="GUI_InfoPanel" type="PanelContainer"]
anchor_right = 1.0
anchor_bottom = 1.0
margin_right = -918.0
margin_bottom = -486.0
mouse_filter = 2
size_flags_horizontal = 4
size_flags_vertical = 4
theme = ExtResource( 1 )
script = ExtResource( 2 )
__meta__ = {
"_edit_use_anchors_": false
}
p_lbl_idx = NodePath("Properties/IDX")
p_lbl_tex = NodePath("Properties/Tex")
p_lbl_width = NodePath("Properties/Width")
p_lbl_flip = NodePath("Properties/Flip")

[node name="Panel" type="Panel" parent="."]
margin_left = 3.0
margin_top = 3.0
margin_right = 103.0
margin_bottom = 111.0
mouse_filter = 2

[node name="Properties" type="VBoxContainer" parent="."]
margin_left = 3.0
margin_top = 3.0
margin_right = 103.0
margin_bottom = 111.0
mouse_filter = 2

[node name="IDX" type="Label" parent="Properties"]
margin_right = 100.0
margin_bottom = 24.0
text = "IDX: 13"

[node name="Tex" type="Label" parent="Properties"]
margin_top = 28.0
margin_right = 100.0
margin_bottom = 52.0
text = "Tex: 1"

[node name="Width" type="Label" parent="Properties"]
margin_top = 56.0
margin_right = 100.0
margin_bottom = 80.0
text = "Width: 1.0"

[node name="Flip" type="Label" parent="Properties"]
margin_top = 84.0
margin_right = 100.0
margin_bottom = 108.0
text = "Flip: N"