WARNING
You probably shouldn't play the demo if you are prone to seizures. Consider yourself warned.
I realized that you can have many more colors on screen, possibly including all the 32 base colors.
P#97217 2021-09-12 01:47 ( Edited 2021-09-13 01:58)
:: StinkerB06
Here's a more CPU-efficient version:
for i=0,15 do
rectfill(0,i*8,127,i*8+7,i)
end
function _update60()
poke(0x5f2c,@0x5f2c^^135)
end |
P#97240 2021-09-12 20:46 ( Edited 2021-09-12 20:49)
:: dw817
1
This was an interest by others some years ago, @Gabe_8_bit
Here is my take on it:
P#97254 2021-09-13 01:01
[Please log in to post a comment]



