Fix path to font

This commit is contained in:
2026-04-21 08:38:52 +01:00
parent 707aecdba7
commit 8edfed0c8c
+1 -1
View File
@@ -26,7 +26,7 @@ fn main() {
}; };
let screen_prefs = renderer::structs::Prefs { let screen_prefs = renderer::structs::Prefs {
font_path: String::from("resources/jd-lcd-rounded/jd-lcd-rounded.ttf"), font_path: String::from("resources/jd_lcd_rounded/jd-lcd-rounded.ttf"),
screen_width: 1920, screen_width: 1920,
screen_height: 720, screen_height: 720,
}; };