Skip to content

Commit

Permalink
added version tally
Browse files Browse the repository at this point in the history
  • Loading branch information
dcrespo3d committed Feb 4, 2024
1 parent 898d96f commit 0bcaceb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion next/screen_about.c
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@
#define TEXT20 "Godot Engine | Z88DK"
#define TEXT21 "Arkos Tracker 2 | Aseprite"

#define TEXT22 "version 1.1 - press any key"

#define NEWLINE print_char('\n')
#define SETDEF print_set_attr(TPAL_DEF << 4)
#define SETGRAY print_set_attr(TPAL_LGRAY << 4)
Expand Down Expand Up @@ -149,7 +151,7 @@ void sab_enter_pg46()
SETDEF;

print_set_pos(0, 29);
println_ctr(MSG_PRESS_ANY_KEY, 40);
println_ctr(TEXT22, 40);

// removed white frame
// SETGRAY;
Expand Down

0 comments on commit 0bcaceb

Please sign in to comment.