diff options
author | tpart <tpart120@proton.me> | 2025-09-29 22:50:44 +0200 |
---|---|---|
committer | tpart <tpart120@proton.me> | 2025-09-29 22:50:50 +0200 |
commit | c1e826625f3ca3116d482b27e2f0b230cbd55346 (patch) | |
tree | 7ad7b96afc3b88574a7d000a5ca615e9eff91083 /client/gui/resources/fonts | |
parent | 0c8f9abfd586964c0f04a0a81989ae2d3dbfebdb (diff) | |
download | hurrycurry-c1e826625f3ca3116d482b27e2f0b230cbd55346.tar hurrycurry-c1e826625f3ca3116d482b27e2f0b230cbd55346.tar.bz2 hurrycurry-c1e826625f3ca3116d482b27e2f0b230cbd55346.tar.zst |
Add new controls explanation (Closes #427)
Diffstat (limited to 'client/gui/resources/fonts')
-rw-r--r-- | client/gui/resources/fonts/sansita-swashed-bold.tres | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/client/gui/resources/fonts/sansita-swashed-bold.tres b/client/gui/resources/fonts/sansita-swashed-bold.tres new file mode 100644 index 00000000..17903145 --- /dev/null +++ b/client/gui/resources/fonts/sansita-swashed-bold.tres @@ -0,0 +1,9 @@ +[gd_resource type="FontVariation" load_steps=2 format=3 uid="uid://cl6m4hqsnrpav"] + +[ext_resource type="FontFile" uid="uid://bo4vh5xkpvrh1" path="res://gui/resources/fonts/font-sansita-swashed.woff2" id="1_x5a5j"] + +[resource] +base_font = ExtResource("1_x5a5j") +variation_opentype = { +2003265652: 900 +} |