Fix path to font

This commit is contained in:
Nahuel Lofeudo 2026-04-21 08:38:52 +01:00
parent 707aecdba7
commit 8edfed0c8c
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ fn main() {
};
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_height: 720,
};