示例#1
0
文件: Sprite.java 项目: amplify91/RAW
 public void update(float deltaTime) {
   mAnimation.update(deltaTime);
   mPhysics.update();
 }