Hi
Does anybody have an example of tilesprite from animated sprite like the one for Phaser 2 with rolling waves. Don’t know how to translate it into Phaser three as the tilsprite class does not seem to have an animations property?
Yeah it’s odd. You can either animate manually with timer events and setFrame() or you can make a hidden sprite playing a real animation and then sync the tilesprite, also with setFrame().