Transparency effects: Difference between revisions
Jump to navigation
Jump to search
(Created page with "The video hardware doesn't support real transparency between sprites. Developers had to come up with ways of faking it with different methods like quickly alternating images…") |
mNo edit summary |
||
Line 8: | Line 8: | ||
</gallery> | </gallery> | ||
[[Category:Code]] | [[Category:Code]] |
Revision as of 05:57, 23 May 2011
The video hardware doesn't support real transparency between sprites.
Developers had to come up with ways of faking it with different methods like quickly alternating images, or only having one out of two pixels left transparent.
-
Odd/even pixel trick in Breakers
-
Blinking sprite in Fatal Fury 3 (slowed down)