aboutsummaryrefslogtreecommitdiff
path: root/scenes/gui/gui_button.tscn
diff options
context:
space:
mode:
authorjacopograndi <jacopo.grandi@outlook.it>2022-01-19 15:39:52 +0100
committerjacopograndi <jacopo.grandi@outlook.it>2022-01-19 15:39:52 +0100
commit1873ccff40f81c4d20fb752df1fe34adf33fd254 (patch)
tree33aeb51427ea09017b918873075c248b2963c540 /scenes/gui/gui_button.tscn
parent3bce7a9befdc2fc42ceb62fad34a1cd6a4358442 (diff)
cost check, icons
Diffstat (limited to 'scenes/gui/gui_button.tscn')
-rw-r--r--scenes/gui/gui_button.tscn11
1 files changed, 10 insertions, 1 deletions
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
}