Function
Quad:flip( x, y )
Flips this quad horizontally, vertically, or both.
Synopsis
Quad:flip( x, y )
Parameters
x boolean True to flip horizontally, false to leave as-is.
y boolean True to flip vertically, false to leave as-is.
Copyright © 2006-2010 LÖVE Development Team.