Post #718881
2026-03-22 17:55 UTC
When i started writing #uxn I always thought only having 4 colours was going to be a serious limitation, but with a careful colour palette and some creativity I have always been just fine with only 4 colours.
Here is the celeste spritesheet in uxn form ^__^ (There is no easy way to extract assets from a Pico-8 game so I had to redraw them all)
Replies (1)
-
@skrshe@mastodon.gamedev.place 2026-03-23 07:51
@angelwood for future reference to get sprite sheet of any pico8 cart in png ``` > load celeste > export celeste.png ```