29 public void render(
DuelPanel panel,
float xOffset,
float yOffset,
float alphaMult) {
38 float columnXOffset = xOffset * 0.5f;
39 float columnYOffset = yOffset * 0.5f;
40 float towerXOffset = xOffset * 0.25f;
41 float towerYOffset = yOffset * 0.25f;
47 float columnY = platformY + 92f + columnYOffset;
49 float columnX = x + columnXOffset - 375f;