diff options
author | jacopograndi <jacopo.grandi@outlook.it> | 2022-01-17 13:50:22 +0100 |
---|---|---|
committer | jacopograndi <jacopo.grandi@outlook.it> | 2022-01-17 13:50:22 +0100 |
commit | f73ef06b502aa36dca73a173bbee089ae91729ab (patch) | |
tree | adf5409a717962c99a8f77aa816a2e5e6956fc2f /scenes/gui.tscn | |
parent | 53342a1bdae615aead21163ed0636b68be5ea55f (diff) |
thumbnails
Diffstat (limited to 'scenes/gui.tscn')
-rw-r--r-- | scenes/gui.tscn | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/scenes/gui.tscn b/scenes/gui.tscn index a81e63b..4878cbf 100644 --- a/scenes/gui.tscn +++ b/scenes/gui.tscn @@ -11,6 +11,9 @@ 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" @@ -18,10 +21,6 @@ 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.529412 ) -border_width_top = 1 - [node name="gui" type="Control"] anchor_right = 1.0 anchor_bottom = 1.0 @@ -216,6 +215,7 @@ 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,7 +246,6 @@ 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 } |