englercj / phaser-tiled

A tilemap implementation for phaser focusing on large complex maps built with the Tiled Editor.
MIT License
290 stars 31 forks source link

the first occurrence of an animated tile is not animated #72

Open lozy219 opened 7 years ago

lozy219 commented 7 years ago

I'm using Tiled 0.15.0 to generate the animated tileset and tiledmap and load it on Phaser 2.4.4, everything looks fine except the first one. All the four flower tiles are the same but the first one is not animated. Same problem happens every time I add a new animated tile.

Any idea how can I fix this?