aboutsummaryrefslogtreecommitdiff
path: root/scenes/gui/gui_turret_detail.tscn
blob: 197a2a5af6f2687369cf7952abeece205d391e83 (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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
[gd_scene load_steps=4 format=2]

[ext_resource path="res://scripts/gui_turret.gd" type="Script" id=1]
[ext_resource path="res://themes/snub_theme.tres" type="Theme" id=2]

[sub_resource type="StyleBoxFlat" id=1]
bg_color = Color( 0.6, 0.6, 0.6, 0 )
border_width_left = 1
border_width_top = 1
border_width_right = 1
border_width_bottom = 1
shadow_offset = Vector2( 1, 1 )

[node name="gui_turret_detail" type="Control"]
margin_right = 100.0
margin_bottom = 120.0
rect_min_size = Vector2( 100, 120 )
rect_pivot_offset = Vector2( 50, 50 )
size_flags_horizontal = 9
theme = ExtResource( 2 )
script = ExtResource( 1 )
__meta__ = {
"_edit_use_anchors_": false
}

[node name="hbox" type="VBoxContainer" parent="."]
anchor_right = 1.0
anchor_bottom = 1.0
custom_constants/separation = 0
__meta__ = {
"_edit_use_anchors_": false
}

[node name="name_label" type="Label" parent="hbox"]
margin_right = 100.0
margin_bottom = 18.0
text = "name"
align = 1
valign = 1
__meta__ = {
"_edit_use_anchors_": false
}

[node name="name_label2" type="Label" parent="hbox"]
margin_top = 18.0
margin_right = 100.0
margin_bottom = 36.0
text = "name"
align = 1
valign = 1
__meta__ = {
"_edit_use_anchors_": false
}

[node name="name_label3" type="Label" parent="hbox"]
margin_top = 36.0
margin_right = 100.0
margin_bottom = 54.0
text = "name"
align = 1
valign = 1
__meta__ = {
"_edit_use_anchors_": false
}

[node name="name_label4" type="Label" parent="hbox"]
margin_top = 54.0
margin_right = 100.0
margin_bottom = 72.0
text = "name"
align = 1
valign = 1
__meta__ = {
"_edit_use_anchors_": false
}

[node name="border" type="Panel" parent="."]
anchor_right = 1.0
anchor_bottom = 1.0
mouse_filter = 2
custom_styles/panel = SubResource( 1 )
__meta__ = {
"_edit_use_anchors_": false
}