This commit is contained in:
KikooDX 2021-04-15 15:33:45 +02:00
parent 99be9763ef
commit 2817348b83
3 changed files with 7 additions and 8 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.8 KiB

After

Width:  |  Height:  |  Size: 2.1 KiB

View File

@ -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

View File

@ -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,