diff options
Diffstat (limited to 'scenes')
-rw-r--r-- | scenes/gui.tscn | 2 | ||||
-rw-r--r-- | scenes/gui/gui_button.tscn | 11 | ||||
-rw-r--r-- | scenes/gui/gui_map_item.tscn | 3 |
3 files changed, 14 insertions, 2 deletions
diff --git a/scenes/gui.tscn b/scenes/gui.tscn index 20c5bec..bd364c9 100644 --- a/scenes/gui.tscn +++ b/scenes/gui.tscn @@ -366,9 +366,9 @@ __meta__ = { } [node name="mapname" type="Label" parent="bottom_bar/editor_bar/hbox_map"] -anchor_bottom = 1.0 margin_left = 324.0 margin_right = 379.4 +margin_bottom = 24.4 text = "mapname" valign = 2 script = SubResource( 8 ) diff --git a/scenes/gui/gui_button.tscn b/scenes/gui/gui_button.tscn index bc3f5f5..1922583 100644 --- a/scenes/gui/gui_button.tscn +++ b/scenes/gui/gui_button.tscn @@ -32,6 +32,15 @@ __meta__ = { "_edit_use_anchors_": false } +[node name="texture_back" type="TextureRect" parent="."] +modulate = Color( 1, 0.619608, 0, 1 ) +margin_right = 100.0 +margin_bottom = 100.0 +mouse_filter = 2 +__meta__ = { +"_edit_use_anchors_": false +} + [node name="texture" type="TextureRect" parent="."] margin_right = 100.0 margin_bottom = 100.0 @@ -65,7 +74,7 @@ __meta__ = { anchor_right = 1.0 margin_right = -2.0 margin_bottom = 118.0 -align = 2 +align = 1 __meta__ = { "_edit_use_anchors_": false } diff --git a/scenes/gui/gui_map_item.tscn b/scenes/gui/gui_map_item.tscn index 6e893b1..82d795d 100644 --- a/scenes/gui/gui_map_item.tscn +++ b/scenes/gui/gui_map_item.tscn @@ -4,6 +4,9 @@ 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 |