From b9e7dd83fddc02adeee0e8264b62e2fd74e0ac8b Mon Sep 17 00:00:00 2001 From: Shadow15510 Date: Fri, 2 Jul 2021 18:13:42 +0200 Subject: [PATCH] minor change on title screen animation --- src/main.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main.c b/src/main.c index 0436c5b..8ba27cb 100644 --- a/src/main.c +++ b/src/main.c @@ -1,7 +1,7 @@ /* - Project name ......: Plague + Project name ......: Plague CG Version ...........: 1.3.9 - Last modification .: 30 June 2021 + Last modification .: 2 July 2021 code and assets provided with licence : GNU General Public Licence v3.0 @@ -111,7 +111,7 @@ static void title_screen(void) dclear(C_BLACK); dsubimage(0, 0, &img_title, 0, 0, DWIDTH, DHEIGHT, DIMAGE_NONE); - dprint_opt(32, 120, C_BLACK, C_NONE, 0, 0, "VERSION %s", VERSION, -1); + dprint_opt(32, 120, C_WHITE, C_NONE, 0, 0, "VERSION %s", VERSION, -1); dupdate(); sleep_ms(1000);