minor change on title screen animation

This commit is contained in:
Shadow15510 2021-07-02 18:13:42 +02:00
parent e7192e45e5
commit b9e7dd83fd
1 changed files with 3 additions and 3 deletions

View File

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