|
|
|
|
|
by KaiserPister
106 days ago
|
|
I'll shill this project again: I built myself a small sprite generator because I'm a terrible artist. If you're looking for pixel-art sprites, check out 8bitsmith.com.
Or you can just ask Nano-Banana for sprite sheets and it does a pretty good job! |
|
I actually did some testing of spritesheeting with Nano Banana Pro a while back:
https://mordenstar.com/other/nb-sprites
If you use the editing capabilities and send in a grid of 32×32 cells on a 1024×1024 image, you can get it to flood-fill in each square, so you end up with properly aligned 32×32 tiles. Then you can squash it via nearest neighbor to pull the lines back out, and reduce the palette using something like unfake.js:
https://github.com/jenissimo/unfake.js