aboutsummaryrefslogtreecommitdiffstats
path: root/build.rs
diff options
context:
space:
mode:
authorLibravatarLarge Libravatar /dev/urandom <johnfkennedymaili2p>2025-02-15 06:47:25 +0100
committerLibravatarLarge Libravatar /dev/urandom <johnfkennedymaili2p>2025-02-15 06:47:25 +0100
commit58b0d5e534e0ad064de6ecf215c4e256d3dbe90b (patch)
treed4f7f4893229aa8cdc5fd3347c2d0f72f2b8a923 /build.rs
parentbdcce2c59b3b1bd8072ebd00901ec0b9ce1969ba (diff)
downloadcosin25-invite-mountainbytes-58b0d5e534e0ad064de6ecf215c4e256d3dbe90b.tar.gz
cosin25-invite-mountainbytes-58b0d5e534e0ad064de6ecf215c4e256d3dbe90b.tar.bz2
cosin25-invite-mountainbytes-58b0d5e534e0ad064de6ecf215c4e256d3dbe90b.tar.lz
cosin25-invite-mountainbytes-58b0d5e534e0ad064de6ecf215c4e256d3dbe90b.zip

feat: More text, looping music optional, additional cosin invite screen

Diffstat (limited to 'build.rs')
-rw-r--r--build.rs2
1 files changed, 1 insertions, 1 deletions
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 {