Log In  

WARNING

You probably shouldn't play the demo if you are prone to seizures. Consider yourself warned.

Cart #flicker_sprite_demo-0 | 2021-09-12 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
3


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)

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)
1

This was an interest by others some years ago, @Gabe_8_bit

Here is my take on it:

https://www.lexaloffle.com/bbs/?pid=68854

P#97254 2021-09-13 01:01

[Please log in to post a comment]

Follow Lexaloffle:          
Generated 2024-03-29 12:11:52 | 0.050s | Q:22