aboutsummaryrefslogtreecommitdiff
path: root/scenes
diff options
context:
space:
mode:
authorjacopograndi <jacopo.grandi@outlook.it>2022-01-17 16:22:55 +0100
committerjacopograndi <jacopo.grandi@outlook.it>2022-01-17 16:22:55 +0100
commitbedaaf9f57d0c24e2a81c0bf3c482a07382d78c1 (patch)
tree8f5e6f77f17b76f28f31a980d447bf6c49a79b4f /scenes
parente2b1324becf85fabfd046b3e4333b2639b9e1838 (diff)
Remove ignored files
Diffstat (limited to 'scenes')
-rw-r--r--scenes/gui.tscn9
1 files changed, 5 insertions, 4 deletions
diff --git a/scenes/gui.tscn b/scenes/gui.tscn
index 4878cbf..38958a2 100644
--- a/scenes/gui.tscn
+++ b/scenes/gui.tscn
@@ -11,9 +11,6 @@
bg_color = Color( 0, 0, 0, 0 )
border_width_bottom = 1
-[sub_resource type="StyleBoxFlat" id=6]
-bg_color = Color( 0, 0, 0, 0.482353 )
-
[sub_resource type="StyleBoxFlat" id=3]
resource_local_to_scene = true
resource_name = "border"
@@ -21,6 +18,10 @@ bg_color = Color( 0.6, 0.6, 0.6, 0 )
border_width_top = 1
shadow_offset = Vector2( 1, 1 )
+[sub_resource type="StyleBoxFlat" id=5]
+bg_color = Color( 0, 0, 0, 0.482353 )
+border_width_top = 1
+
[node name="gui" type="Control"]
anchor_right = 1.0
anchor_bottom = 1.0
@@ -215,7 +216,6 @@ anchor_right = 1.0
anchor_bottom = 1.0
margin_top = -120.0
margin_bottom = 1.0
-custom_styles/panel = SubResource( 6 )
script = ExtResource( 3 )
__meta__ = {
"_edit_use_anchors_": false
@@ -246,6 +246,7 @@ anchor_right = 1.0
anchor_bottom = 1.0
margin_top = -150.0
margin_bottom = -120.0
+custom_styles/panel = SubResource( 5 )
__meta__ = {
"_edit_use_anchors_": false
}