Exemplo n.º 1
0
 public void draw(GL10 gl, SpriteBatcher spriteBatcher) {
   dest = new Rect(mX, mY, mX + width, mY + height);
   spriteBatcher.draw(gl, imageID, src, dest);
 }