bitcraft / pyscroll

make scrolling games with animated maps in pygame
GNU General Public License v3.0
177 stars 28 forks source link

Animated tiles that cover sprites are displayed incorrectly #15

Closed bitcraft closed 7 years ago

bitcraft commented 8 years ago

Due to a few quirks and shortcuts, there is an issue when animated tiles cover sprites. This is somewhat of a difficult issue, and won't be resolved for a while. I'll keep the thread posted.

bitcraft commented 8 years ago

commit e252cf80f80d1078f73789749cf5ce4e0ca071df may have solved this issue. needs testing!

bitcraft commented 8 years ago

Currently, animated tiles that share the same x,y address will render incorrectly. Specifically, lower layers may cover the upper layers if the upper layers are also animated. This may cause the tiles to appear unanimated.

bitcraft commented 7 years ago

commit f03c60a41fb7b8cf577c1cacd6582fe7257ad8b6 seems like it is all fixed.