break;
}
float offset_x = util_img.getWidth()*(1f-0.6f/8*i)/2;
Image img = util_img.getScaledCopy(1f-0.6f/8*i);
img.setAlpha(1f-(0.5f/8*i));
img.draw(400-offset_x, Game.getAppY()-94-i*38+offset);
Text.drawString(40-3*i, Text.extractLength(""+str[0], 40-3*i), Game.getAppY()-84-i*39+offset, ""+str[0], new Color(255, 0, 0, 255-102/8*i));
}
public void addToQueue(ITEM id, String[] str)
{