aboutsummaryrefslogtreecommitdiff
path: root/scenes/gui/gui_map_item.tscn
blob: 82d795d107c94f6ba7ed70fdd4e52506e055b18d (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
[gd_scene format=2]

[node name="gui_map_item" type="Panel"]
margin_right = 200.0
margin_bottom = 25.0
rect_min_size = Vector2( 0, 25 )
__meta__ = {
"_edit_use_anchors_": false
}

[node name="name" type="Label" parent="."]
margin_right = 62.4
margin_bottom = 24.4
text = "name map"
__meta__ = {
"_edit_use_anchors_": false
}

[node name="hbox" type="HBoxContainer" parent="."]
anchor_right = 1.0
anchor_bottom = 1.0
margin_top = 1.0
margin_bottom = -1.0
custom_constants/separation = 5
alignment = 2
__meta__ = {
"_edit_use_anchors_": false
}

[node name="delete" type="Button" parent="hbox"]
margin_left = 117.0
margin_right = 163.0
margin_bottom = 23.0
text = "delete"
__meta__ = {
"_edit_use_anchors_": false
}

[node name="load" type="Button" parent="hbox"]
margin_left = 168.0
margin_right = 200.0
margin_bottom = 23.0
text = "load"
__meta__ = {
"_edit_use_anchors_": false
}