So one last Pico-8 noob color question. In Pico-8 color 0 (black) is default transparent... Can we use the palt to set some other color to transperent in order to use black. Example if I wanted to use 1 dark (0,2,13,6) can I use (0,2,13,6) as the colors I display and color 8 (red) as the transparency since it would never be displayed? "palt(0,false) palt(8, true) "
See images below.
Thanks!