Fix path to font
This commit is contained in:
+1
-1
@@ -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,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user