Hello,   Is there any way to make a sprite flip its animation from right to left and vice versa other than making a "left" animation for every animation (this would take seconds in the animation tool, but would double up memory usage and complicates code)?   I've seen this in other JS engines like ImpactJS where they have "flip" property to their GameEntity which you can set to true or false.