mirror of
https://github.com/mist-devel/mist-board.git
synced 2026-04-27 12:49:37 +00:00
If a lower-index background-priority (1) sprite's opaque pixel intersects with a higher-index foreground-priority (0) sprite's opaque pixel, and the screen bitmap has a foreground color at that same position, then the screen bitmap's foreground color is visible. This is counter-intuitive, as higher-index sprite's pixel alone would mask the bitmap color, and adding another sprite top of it makes the bitmap visible again, but this is how the VICII works.