diff options
fix: cherrybombone bigger
-rw-r--r-- | build.rs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -208,7 +208,7 @@ use crate::font::BakedFont; name: "CherryBombOne", font: { Font::try_from_vec(fs::read("assets/fonts/CherryBombOne.ttf")?).unwrap() }, charset: "UwUSpace ", - scale: Scale::uniform(20.0), + scale: Scale::uniform(36.0), }, ]; for font in fonts { |