diff options
| author | metamuffin <metamuffin@disroot.org> | 2025-10-09 20:58:05 +0200 |
|---|---|---|
| committer | metamuffin <metamuffin@disroot.org> | 2025-10-09 20:58:36 +0200 |
| commit | 06e3f04103b5c65cc4d7035bd0f272a50ce8b8b4 (patch) | |
| tree | c484d75ea28f286f3e1f20ccf28aca163a10abbb | |
| parent | a0cca54f8e82e04a838ed13507a74d3abd5d7b21 (diff) | |
| download | hurrycurry-06e3f04103b5c65cc4d7035bd0f272a50ce8b8b4.tar hurrycurry-06e3f04103b5c65cc4d7035bd0f272a50ce8b8b4.tar.bz2 hurrycurry-06e3f04103b5c65cc4d7035bd0f272a50ce8b8b4.tar.zst | |
Convert embolden to font weight in theme.tres
| -rw-r--r-- | client/gui/resources/theme/theme.tres | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/client/gui/resources/theme/theme.tres b/client/gui/resources/theme/theme.tres index ca87a81c..fba6ba2a 100644 --- a/client/gui/resources/theme/theme.tres +++ b/client/gui/resources/theme/theme.tres @@ -32,7 +32,10 @@ variation_embolden = 0.7 [sub_resource type="FontVariation" id="FontVariation_lyo8w"] base_font = ExtResource("1_f8qb0") -variation_embolden = 1.25 +variation_opentype = { +2003265652: 200 +} +variation_embolden = 1.0 spacing_top = 5 [sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_or5ri"] |