mirror of
https://github.com/stevenhowes/TheEscape.git
synced 2026-05-27 20:13:42 +01:00
Simpler screen mode and smaller title size
This commit is contained in:
Binary file not shown.
@@ -21,9 +21,9 @@ PROCmain
|
|||||||
END
|
END
|
||||||
|
|
||||||
DEF PROCtitle
|
DEF PROCtitle
|
||||||
MODE 25
|
MODE 4
|
||||||
CLS
|
CLS
|
||||||
PROCdraw_sprite("intro_25",0,0)
|
PROCdraw_sprite("intro_25",320,256)
|
||||||
KEY$ = GET$
|
KEY$ = GET$
|
||||||
|
|
||||||
SCREENMODE% = 25
|
SCREENMODE% = 25
|
||||||
|
|||||||
Binary file not shown.
Reference in New Issue
Block a user