It is my short-time-making challenge.
I spent two nights making this cart.
You, Santa, make children's wishes come true.
Merry Christmas!
P#103410 2021-12-23 15:43
Great work! One minor thing (not even a real issue) is that the shadow gets smaller as you get closer to the ground which isn't accurate so I re-wrote the shadow function
function shadow_draw()
local shadowc={6,5,1}
local shadow=
flr((20+santa.y)/10)
ovalfill(santa.x+2-shadow,112,
santa.x+22+shadow,114,
shadowc[flr(shadow/4)+1])
end |
Hope this works (does on my end) but never the less great game. Cheers!
P#103421 2021-12-23 21:10
[Please log in to post a comment]



