919 B
919 B
{{{ "planted": "2/7/2021", "repotted": "12/10/2025", "nobreak": "true" }}}
- If I'm going to have datacarts, I might as well have a little fun with them😉 #pico8
gardener's note: I wasn't able to find the original .gif for this one :( I embedded the compressed twitter video, hopefully I'll fix that eventually. This tweet is also a great example of the rapid scope creep of this project--can't be bothered to fit levels into the original cart? just put them into a new cart (parts of Pico-8 memory persist on cart loading--so you can create "datacarts" that just read a bunch of data from their spritesheets/maps/memory into that persistent area and reload the original cart). I wrote a whole compression/decompression tool to do it too.