diff options
| author | nokoe <nokoe@mailbox.org> | 2024-06-24 14:10:19 +0200 |
|---|---|---|
| committer | nokoe <nokoe@mailbox.org> | 2024-06-24 14:10:19 +0200 |
| commit | c011ed88fbacee5c736a712128bc248ff4061546 (patch) | |
| tree | 8677948942843502d240c63ac30f665884c65a56 /client/menu/theme.tres | |
| parent | 4ac5c49d6fff64c06d0a8b0a5af852bc6c4c1ca8 (diff) | |
| parent | 9e695d4a7759819965057a27037ae6bf224367ac (diff) | |
| download | hurrycurry-c011ed88fbacee5c736a712128bc248ff4061546.tar hurrycurry-c011ed88fbacee5c736a712128bc248ff4061546.tar.bz2 hurrycurry-c011ed88fbacee5c736a712128bc248ff4061546.tar.zst | |
Merge branch 'master' of ssh://codeberg.org/metamuffin/undercooked
Diffstat (limited to 'client/menu/theme.tres')
| -rw-r--r-- | client/menu/theme.tres | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/client/menu/theme.tres b/client/menu/theme.tres index 342aceba..c2ec3b12 100644 --- a/client/menu/theme.tres +++ b/client/menu/theme.tres @@ -5,7 +5,7 @@ [sub_resource type="FontVariation" id="FontVariation_lyo8w"] base_font = ExtResource("1_go7fi") -variation_embolden = 0.97 +variation_embolden = 1.25 spacing_top = 5 [sub_resource type="StyleBoxFlat" id="StyleBoxFlat_25x32"] @@ -14,6 +14,10 @@ content_margin_top = 10.0 content_margin_right = 10.0 content_margin_bottom = 10.0 bg_color = Color(1, 1, 1, 0.0352941) +corner_radius_top_left = 5 +corner_radius_top_right = 5 +corner_radius_bottom_right = 5 +corner_radius_bottom_left = 5 [sub_resource type="StyleBoxFlat" id="StyleBoxFlat_2fl8q"] content_margin_left = 10.0 @@ -21,6 +25,10 @@ content_margin_top = 10.0 content_margin_right = 10.0 content_margin_bottom = 10.0 bg_color = Color(1, 1, 1, 0.266667) +corner_radius_top_left = 5 +corner_radius_top_right = 5 +corner_radius_bottom_right = 5 +corner_radius_bottom_left = 5 [sub_resource type="StyleBoxLine" id="StyleBoxLine_emtvk"] content_margin_top = 5.0 |