Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 3485 → Rev 3484

/programs/games/arcanii/trunk/makefile
File deleted
/programs/games/arcanii/trunk/arcanii.asm
416,11 → 416,7
@@:
label 146,200,'ARCANOID II v0.30',0x100000FF
label 120,220,'by jj (jacek jerzy malinowski)',0x050505
if lang eq it
label 100,240,'Premi spazio per iniziare una nuova partita',0x10FF0800
else
label 100,240,'press SPACE to start a new game',0x10FF0800
end if
label 15,240,'F1 + delay',0xFFA8FF
label 15,260,'F2 + delay',0xFFA8FF
delay 10
432,19 → 428,9
jne @f
ret
@@:
if lang eq it
label 170,230,'L I V E L LO',0x100000FF
else
label 170,230,'L E V E L',0x100000FF
end if
 
 
outcount [level],195,250,0x100000FF,2*65536
if lang eq it
label 100,270,'Premi spazio per iniziare il livello',0x10FF0800
else
label 100,270,'press SPACE to start the level',0x10FF0800
end if
delay 10
ret
 
456,11 → 442,7
call grad_fill_screen
call show_screen ; flips the screen
label 120,150,'G A M E O V E R',0x10050505
if lang eq it
label 140,200,'Grazie per aver giocato',0x0FFF800
else
label 140,200,'Thanks for playing',0x0FFF800
end if
delay 20
ret
 
820,12 → 802,8
mcall 12,1
mcall 0,<100,X_SIZE+8>,<100,Y_SIZE+21>,0x14ffffff, , VERSION
 
if lang eq it
label 200,8,'VITE:',0x10ffffff
else
label 200,8,'LIVES:',0x10ffffff
end if
 
outcount dword [lives],250,8,0x10ffffff,65536
 
cmp [is_rolled_up], 1
965,3 → 943,4
proc_info:
rb 1024
I_END: