TweetTweet Cart Sprite Generator
A small sprite generation tool based on zep's previous entry Bubblegum Planet
Intended for TweetTweetJam entries, this tool is itself a TweetTweet Cart :)
Play around with the variables until you find something that you like, then press 🅾️ to copy the Lua code to your clipboard. Paste this code into your tweetcart code, and you have some ready-to-use sprites!
In order to display them, you need to draw the sprites twice, with the second one flipped:
--this is the code from the tool for n=0,999do poke(n,n^47%53)pal(n,n%4+7)end --draw a sprite spr(id,x,y) spr(id,x,y,1,1,1)
The initial pattern is randomised at startup, so hit Ctrl+R to get a random set.
You can also tweak the generated code in your project to change the generation. Have fun!
Download
Download NowName your own price
Click download now to get access to the following files:
PICO-8 Cartridge 5.9 kB
Comments
Log in with itch.io to leave a comment.
this is literally amazing
This is a seriously cool tool. It's able to get some pretty impressive results. I'll see if I can use it.