tzachshabtay / MonoAGS

AGS (Adventure Game Studio) reimagined in Mono
https://tzachshabtay.github.io/MonoAGS/
Artistic License 2.0
27 stars 8 forks source link

Walk-behinds not redrawn when room animation frame changes #252

Closed tzachshabtay closed 6 years ago

tzachshabtay commented 6 years ago

This is a regression from when the display list was refactored. The walk-behinds map only sets the walk-behind image when the display list changes and the display list doesn't refresh when animation frame changes (unless the Z changes with that). Should fix by setting the walk-behind image when the room animation frame changes, regardless of the display list.

ghost commented 6 years ago

EDIT: please, disregard this, I decided to open a separate issue instead (#253); that was a mistake to put these questions here.