diff --git a/assets/font.png b/assets/font.png index 5ce9ab1..0750efe 100644 Binary files a/assets/font.png and b/assets/font.png differ diff --git a/assets/fxconv-metadata.txt b/assets/fxconv-metadata.txt index ff013b6..e8cf32f 100644 --- a/assets/fxconv-metadata.txt +++ b/assets/fxconv-metadata.txt @@ -1,7 +1,6 @@ font.png: type: font charset: print - grid.width: 10 - grid.height: 13 - proportional: true + grid.size: 14x28 + proportional: false name: font_tm diff --git a/src/main.c b/src/main.c index 40cec75..f9db661 100644 --- a/src/main.c +++ b/src/main.c @@ -45,7 +45,7 @@ void main(void) "DUMB CLICKER GOTO EDITION"); i = 0; draw_menu_entries: - dprint_opt(DWIDTH / 2, DHEIGHT / 2 + i * 16, + dprint_opt(DWIDTH / 2, DHEIGHT / 2 + 16 + i * 24, foreground_color, background_color, DTEXT_CENTER, DTEXT_MIDDLE, menu_entries[i], @@ -91,7 +91,7 @@ void main(void) "SETTINGS"); i = 0; draw_settings_entries: - dprint_opt(DWIDTH / 2, DHEIGHT / 2 + i * 16, + dprint_opt(DWIDTH / 2, DHEIGHT / 2 + 16 + i * 24, foreground_color, background_color, DTEXT_CENTER, DTEXT_MIDDLE, settings_entries[i], @@ -174,19 +174,19 @@ void main(void) "%ld", counter); if (counter != 696969) goto lame; - dtext_opt(DWIDTH / 2, DHEIGHT / 2 + 16, + dtext_opt(DWIDTH / 2, DHEIGHT / 2 + 24, foreground_color, background_color, DTEXT_CENTER, DTEXT_MIDDLE, "many nice"); lame: if (counter != 6969) goto superlame; - dtext_opt(DWIDTH / 2, DHEIGHT / 2 + 16, + dtext_opt(DWIDTH / 2, DHEIGHT / 2 + 24, foreground_color, background_color, DTEXT_CENTER, DTEXT_MIDDLE, "very nice"); superlame: if (counter != 69) goto megalame; - dtext_opt(DWIDTH / 2, DHEIGHT / 2 + 16, + dtext_opt(DWIDTH / 2, DHEIGHT / 2 + 24, foreground_color, background_color, DTEXT_CENTER, DTEXT_MIDDLE,