示例#1
0
文件: Hero.java 项目: rrdbn4/BitBlast
 public void draw(GL10 gl, SpriteBatcher spriteBatcher) {
   dest = new Rect(mX, mY, mX + width, mY + height);
   spriteBatcher.draw(gl, imageID, src, dest);
 }