diff --git a/vacation.p8 b/vacation.p8 index 46d7066..09833ac 100644 --- a/vacation.p8 +++ b/vacation.p8 @@ -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,