Score display

This commit is contained in:
Kistaro Windrider 2024-02-05 01:11:26 -08:00
parent fddde7b646
commit 0b43ffdaab
Signed by: kistaro
SSH Key Fingerprint: SHA256:TBE2ynfmJqsAf0CP6gsflA0q5X5wD5fVKWPsZ7eVUg8

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,