Bruce

Aug 3, 20221 min

Lost Game Event - Shmupkit

A simple GAME OVER message, similar to the GET READY one in the Restart Screen Event:

EVENT LOSTGAME
 

 

 
AT 10 12
 
REPEAT 10
 
READ A
 
CHR A
 
DELAY 5
 
ENDREPEAT
 
DELAY 100
 

 

 
DATA 'G' 'A' 'M' 'E' ' ' 'O' 'V' 'E' 'R' '!'
 

    840
    0