Example #1
0
 public void drawImage(
     Image image, float x, float y, float baseScaleH, float baseScaleV, IAnim<AnimState> anim) {
   drawImage(image, x, y, baseScaleH, baseScaleV, anim.getCurrentState());
 }
Example #2
0
 public void drawImage(Image image, float x, float y, IAnim<AnimState> anim) {
   drawImage(image, x, y, 1f, 1f, anim.getCurrentState());
 }