Score display

This commit is contained in:
2024-02-05 01:11:26 -08:00
parent fddde7b646
commit 0b43ffdaab

View File

@ -693,6 +693,15 @@ mknew(arcade_level, function(x)
x.sky,
x.sea,
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.phin,
x.fg,