tilemap icon indicating copy to clipboard operation
tilemap copied to clipboard

tileAnim does not work for negative offsets

Open amirgamil opened this issue 4 years ago • 1 comments

Hi, I spent an hour today trying to get tileAnim to work for two tiles on the same row e.g. [a, b] but starting on b then moving back to A with animX = -1 This led to some weird behavior where the animation loaded an incorrect tile, I changed it to start at a with animX = 1 and it worked fine, but thought I'd open the issue for future reference.

amirgamil avatar Aug 21 '21 09:08 amirgamil

make a test case for studying

jjhesk avatar Feb 16 '22 18:02 jjhesk