Hah, i think I figured out a way to bypass #pico8 's range of possible values. It doesn't look pretty, though.
and this is what the final result looks like β¨ now i can easily play around with a lot of different variables so i'm super excited!!!
One more #picotron data format for the road. pods are used to represent any structured data, and used by the clipboard, disk storage (each file is a pod), as rich text, and as inter-process messages. Don't know if I want to display pictures in the code editor [by default] though!
I put some fonts I've drawn for my games available on Itch. Since I'm clueless about fonts they're just image files for now, though: https://hempuli.itch.io/hempuli-font-bundle
What happens under the hood when plotting a #picotron pixel, in 12 steps. easy peasy lemon squeezy
Unfortunately it is almost unrecognizable from the functionality it is designed to enable, though! Later on I'll make a gif or something to visualize how this ends up as transparency in sprites, shadow rendering, and clipping masks etc.