00-Evan / shattered-pixel-dungeon

Shattered Pixel Dungeon is an open-source traditional roguelike dungeon crawler with randomized levels and enemies, and hundreds of items to collect and use. It's based on the source code of Pixel Dungeon, by Watabou.
https://shatteredpixel.com/shatteredpd/
GNU General Public License v3.0
4.68k stars 1.09k forks source link

Minor graphical glitch with DM-300 and prismatic image #1089

Closed aaubry closed 2 years ago

aaubry commented 2 years ago

This happened on 1.4 beta. As you can see the prismatic image is rendered on front of DM-300 when it should be behind.

Screenshot_2022-09-25-20-50-35-24_6f3fe77889fbecf862f7061166760abf

00-Evan commented 2 years ago

This is an unfortunate quirk of the way the game renders visuals. It doesn't render characters in any particular order, and while there is some logic to make DM-300 and pylons render later in the order, it isn't guaranteed.