예제 #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);
 }