summaryrefslogtreecommitdiff
path: root/client/menu/theme/focus_style.tres
diff options
context:
space:
mode:
authornokoe <nokoe@mailbox.org>2024-06-26 16:39:50 +0200
committernokoe <nokoe@mailbox.org>2024-06-26 16:39:50 +0200
commita8d17ba85a46169fa049c70e1a8f53ea97784c90 (patch)
treef84853b18396e510149b0704e7238c1c22b87e98 /client/menu/theme/focus_style.tres
parent5654b69e4c7e0aafe258ad0ab73105722a389def (diff)
parent677b9c898b0fc3faac2aa505cce438a2b2189265 (diff)
downloadhurrycurry-a8d17ba85a46169fa049c70e1a8f53ea97784c90.tar
hurrycurry-a8d17ba85a46169fa049c70e1a8f53ea97784c90.tar.bz2
hurrycurry-a8d17ba85a46169fa049c70e1a8f53ea97784c90.tar.zst
Merge branch 'master' of ssh://codeberg.org/metamuffin/undercooked
Diffstat (limited to 'client/menu/theme/focus_style.tres')
-rw-r--r--client/menu/theme/focus_style.tres17
1 files changed, 17 insertions, 0 deletions
diff --git a/client/menu/theme/focus_style.tres b/client/menu/theme/focus_style.tres
new file mode 100644
index 00000000..a01843fe
--- /dev/null
+++ b/client/menu/theme/focus_style.tres
@@ -0,0 +1,17 @@
+[gd_resource type="StyleBoxFlat" format=3 uid="uid://b86kbd3pfkd5w"]
+
+[resource]
+content_margin_left = 10.0
+content_margin_top = 10.0
+content_margin_right = 10.0
+content_margin_bottom = 10.0
+bg_color = Color(1, 1, 1, 0.0627451)
+border_width_left = 2
+border_width_top = 2
+border_width_right = 2
+border_width_bottom = 2
+border_color = Color(0.818673, 0.926505, 1, 1)
+corner_radius_top_left = 5
+corner_radius_top_right = 5
+corner_radius_bottom_right = 5
+corner_radius_bottom_left = 5