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