aboutsummaryrefslogtreecommitdiffstats
path: root/build.rs
diff options
context:
space:
mode:
Diffstat (limited to 'build.rs')
-rw-r--r--build.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.rs b/build.rs
index 97179a0..ac7a5c4 100644
--- a/build.rs
+++ b/build.rs
@@ -197,13 +197,13 @@ use crate::font::BakedFont;
name: "Galmuri",
font: { Font::try_from_vec(fs::read("assets/fonts/Galmuri11.ttf")?).unwrap() },
charset: "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz2053: ",
- scale: Scale::uniform(64.0),
+ scale: Scale::uniform(20.0),
},
FontMetadata {
name: "CherryBombOne",
font: { Font::try_from_vec(fs::read("assets/fonts/CherryBombOne.ttf")?).unwrap() },
charset: "UwUSpace ",
- scale: Scale::uniform(64.0),
+ scale: Scale::uniform(20.0),
},
];
for font in fonts {