From 58b0d5e534e0ad064de6ecf215c4e256d3dbe90b Mon Sep 17 00:00:00 2001 From: /dev/urandom Date: Sat, 15 Feb 2025 06:47:25 +0100 Subject: feat: More text, looping music optional, additional cosin invite screen --- build.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build.rs') diff --git a/build.rs b/build.rs index b0e67c6..1e0b048 100644 --- a/build.rs +++ b/build.rs @@ -191,7 +191,7 @@ use crate::font::BakedFont; FontMetadata { name: "Galmuri", font: { Font::try_from_vec(fs::read("assets/fonts/Galmuri11.ttf")?).unwrap() }, - charset: "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz29053: %,/", + charset: "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz219053: %,/-.:#@", scale: Scale::uniform(20.0), }, FontMetadata { -- cgit v1.2.3