Score display
This commit is contained in:
parent
fddde7b646
commit
0b43ffdaab
@ -693,6 +693,15 @@ mknew(arcade_level, function(x)
|
|||||||
x.sky,
|
x.sky,
|
||||||
x.sea,
|
x.sea,
|
||||||
x.waves,
|
x.waves,
|
||||||
|
{draw=function()
|
||||||
|
poke(0x5f58, 0)
|
||||||
|
local s = tostr(x.score)
|
||||||
|
print(s,1,2,3)
|
||||||
|
print(s,2,1,3)
|
||||||
|
print(s,0,1,3)
|
||||||
|
print(s,1,0,3)
|
||||||
|
print(s,1,1,15)
|
||||||
|
end},
|
||||||
x.bg,
|
x.bg,
|
||||||
x.phin,
|
x.phin,
|
||||||
x.fg,
|
x.fg,
|
||||||
|
Loading…
Reference in New Issue
Block a user