Log In  


Cart #santa_cross-0 | 2021-12-23 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
3

It is my short-time-making challenge.
I spent two nights making this cart.
You, Santa, make children's wishes come true.
Merry Christmas!

3


1

Lovely little game for Christmas - very polished.

Hope your Christmas wishes come true @kadoyan


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!



[Please log in to post a comment]