Change font

This commit is contained in:
cool-mist
2026-01-22 16:28:30 +05:30
parent 86d160cab0
commit 0c88bfa24b
6 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -62,7 +62,7 @@ async fn init() -> Game {
mode,
};
let font_ttf = include_bytes!("../assets/caskaydia.ttf");
let font_ttf = include_bytes!("../assets/Junction-regular.otf");
let Ok(font) = load_ttf_font_from_bytes(font_ttf) else {
panic!("Failed to load font");
};