Add neutral grey outline around gradients

This commit is contained in:
bliepp 2022-05-09 00:27:58 +02:00
parent f1cce86dc6
commit d562945794
1 changed files with 9 additions and 3 deletions

View File

@ -56,14 +56,19 @@ margin_bottom = 30.0
rect_min_size = Vector2( 120, 32 )
focus_mode = 1
script = ExtResource( 1 )
__meta__ = {
"_edit_use_anchors_": false
}
[node name="Border" type="ColorRect" parent="."]
anchor_right = 1.0
margin_left = 2.0
margin_right = -2.0
rect_min_size = Vector2( 112, 21 )
color = Color( 0.5, 0.5, 0.5, 1 )
[node name="Background" type="ColorRect" parent="."]
material = SubResource( 2 )
anchor_right = 1.0
margin_left = 4.0
margin_top = 2.0
margin_right = -4.0
margin_bottom = 15.0
rect_min_size = Vector2( 112, 17 )
@ -73,6 +78,7 @@ mouse_filter = 2
material = SubResource( 4 )
anchor_right = 1.0
margin_left = 4.0
margin_top = 2.0
margin_right = -4.0
margin_bottom = 15.0
rect_min_size = Vector2( 112, 17 )