Update!Elastic Sprite (
wiki)
v1.3Added ability to assign a flip to the texture.
Horizontal and/or vertical flips can now be assigned to the texture in Elastic Sprite. This allows the ability to assign the texture rectangle as normal but still use it flipped. This works with both interpolation shaders as well as without the shader.
If
es is the Elastic Sprite, to assign the flip you can do both or either of:
es.setTextureFlipX(true);
es.setTextureFlipY(true);
You can also 'unflip' by setting them to false.