Is test of secret palette
me reminds of Lazy devs video?
Press O/Z to apply this palette replace a PICO-8 palette work this start a PICO-8 type load #secret_palette
then type run or press ctrl+r to run cartridge press Z key to apply this palette then press 2 times esc to editor
You use this code in your games
function secretpal() for i=0,15 do pal(i,i+128,1) end end |
[Please log in to post a comment]