Playdate.graphics.sprite.new(tilemap) doesn't work anymore

The title is pretty self explanatory, my game Rocket Bytes doesn't work anymore because it converts the background tilemap into a sprite to draw.

it gives me this error:
image

I figured this out cause all of the lines causing errors were:
image
and replacing the tilemap with any generic image worked fine

I do have a fix but that includes drawing it in front of the sprites instead of behind which I don't think looks as good.

anyway here's a wacky unrelated gif of some stuff I was trying

playdate-20230416-184259

1 Like

also why is it always me that notices when tilemaps go wrong? This is the second time I've found out about a tilemap issue that messes with Rocket Bytes :skull::skull::skull:

I guess it's good that I'm here to keep watch? lol

1 Like

some goofy ahh error moment

Agh, sorry about that! I got a fix in for the tilemap sprite problem, should be out later this week. Thank you for catching this!

5 Likes

of course! glad to help out

1 Like