diff options
author | tpart <tpart120@proton.me> | 2025-09-30 15:30:17 +0200 |
---|---|---|
committer | tpart <tpart120@proton.me> | 2025-09-30 15:30:23 +0200 |
commit | b41ee0e459deb2f0c4bdf982c9d4691e20150aa6 (patch) | |
tree | a0034a71bb9c799241b9d7b1b1712eac5d5f768c | |
parent | 5850d86b552bd555d031cdbbd7ca20251793f6da (diff) | |
download | hurrycurry-b41ee0e459deb2f0c4bdf982c9d4691e20150aa6.tar hurrycurry-b41ee0e459deb2f0c4bdf982c9d4691e20150aa6.tar.bz2 hurrycurry-b41ee0e459deb2f0c4bdf982c9d4691e20150aa6.tar.zst |
Replace some uses of embolden variation with opentype
-rw-r--r-- | client/gui/overlays/lobby/lobby.tscn | 4 | ||||
-rw-r--r-- | client/gui/overlays/popup_message/server_message.tscn | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/client/gui/overlays/lobby/lobby.tscn b/client/gui/overlays/lobby/lobby.tscn index 78894dbd..28959838 100644 --- a/client/gui/overlays/lobby/lobby.tscn +++ b/client/gui/overlays/lobby/lobby.tscn @@ -17,7 +17,9 @@ [sub_resource type="FontVariation" id="FontVariation_5xxr2"] base_font = ExtResource("8_cwbpa") -variation_embolden = 1.5 +variation_opentype = { +2003265652: 700 +} [node name="Lobby" type="Control" groups=["no_auto_focus"]] layout_mode = 3 diff --git a/client/gui/overlays/popup_message/server_message.tscn b/client/gui/overlays/popup_message/server_message.tscn index f3297cd4..255c5e56 100644 --- a/client/gui/overlays/popup_message/server_message.tscn +++ b/client/gui/overlays/popup_message/server_message.tscn @@ -22,7 +22,9 @@ corner_radius_bottom_left = 16 [sub_resource type="FontVariation" id="FontVariation_qfltj"] resource_local_to_scene = true base_font = ExtResource("3_dw20j") -variation_embolden = 0.75 +variation_opentype = { +2003265652: 400 +} [sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_3rgop"] content_margin_left = 32.0 |