Simpler screen mode and smaller title size

This commit is contained in:
stevenhowes
2021-02-07 15:15:28 +00:00
parent 187c8bddb4
commit 1a4dce4d49
3 changed files with 2 additions and 2 deletions
Binary file not shown.
+2 -2
View File
@@ -21,9 +21,9 @@ PROCmain
END
DEF PROCtitle
MODE 25
MODE 4
CLS
PROCdraw_sprite("intro_25",0,0)
PROCdraw_sprite("intro_25",320,256)
KEY$ = GET$
SCREENMODE% = 25
Binary file not shown.