From 1873ccff40f81c4d20fb752df1fe34adf33fd254 Mon Sep 17 00:00:00 2001 From: jacopograndi Date: Wed, 19 Jan 2022 15:39:52 +0100 Subject: cost check, icons --- scenes/gui/gui_button.tscn | 11 ++++++++++- scenes/gui/gui_map_item.tscn | 3 +++ 2 files changed, 13 insertions(+), 1 deletion(-) (limited to 'scenes/gui') 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 -- cgit v1.2.3-54-g00ecf