diff options
author | jacopograndi <jacopo.grandi@outlook.it> | 2022-01-18 18:04:34 +0100 |
---|---|---|
committer | jacopograndi <jacopo.grandi@outlook.it> | 2022-01-18 18:04:34 +0100 |
commit | 0eb22020e380643ec5cd2c12f983403c2dd3b751 (patch) | |
tree | ff23a3e26611c04e3ba72c8c1504b9ae86dfdeb8 /scenes/gui/gui_map_item.tscn | |
parent | f75ee64e21f67b4f27404147aedaa63750058d5a (diff) |
load map gui & start doc balance
Diffstat (limited to 'scenes/gui/gui_map_item.tscn')
-rw-r--r-- | scenes/gui/gui_map_item.tscn | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/scenes/gui/gui_map_item.tscn b/scenes/gui/gui_map_item.tscn new file mode 100644 index 0000000..6e893b1 --- /dev/null +++ b/scenes/gui/gui_map_item.tscn @@ -0,0 +1,43 @@ +[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 ) + +[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 +} |