Package com.badlogic.gdx.graphics.g2d

Examples of com.badlogic.gdx.graphics.g2d.Sprite.flip()


    return t;
  }

  public static Sprite newSprite( String textureName ) {
    Sprite s = new Sprite( newTexture( textureName, false ) );
    s.flip( false, true );
    return s;
  }

  // ui
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.