Add exit feedback and restyle pressed button state

This commit is contained in:
Henry 2025-10-12 15:46:06 +01:00
parent 49988ae674
commit e3f2be7e4d
3 changed files with 39 additions and 25 deletions

View file

@ -61,17 +61,14 @@ expand_margin_top = 52.0
expand_margin_right = 52.0
expand_margin_bottom = 52.0
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_5f4su"]
content_margin_left = 4.0
content_margin_top = 4.0
content_margin_right = 4.0
content_margin_bottom = 4.0
bg_color = Color(0.3529412, 0.23137255, 0.3372549, 1)
corner_radius_top_left = 3
corner_radius_top_right = 3
corner_radius_bottom_right = 3
corner_radius_bottom_left = 3
corner_detail = 5
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_cek52"]
content_margin_left = 136.0
content_margin_right = 136.0
bg_color = Color(0.12536299, 0.1473065, 0.18297023, 1)
expand_margin_left = 52.0
expand_margin_top = 52.0
expand_margin_right = 52.0
expand_margin_bottom = 52.0
[resource]
Button/colors/font_color = Color(0.875, 0.875, 0.875, 1)
@ -98,4 +95,4 @@ Button/styles/disabled = SubResource("StyleBoxFlat_svo66")
Button/styles/focus = SubResource("StyleBoxFlat_u7j1g")
Button/styles/hover = SubResource("StyleBoxFlat_gwd0w")
Button/styles/normal = SubResource("StyleBoxFlat_gq8b7")
Button/styles/pressed = SubResource("StyleBoxFlat_5f4su")
Button/styles/pressed = SubResource("StyleBoxFlat_cek52")