infoLeft = (int) (width / this.scale) - 100 - infoWidth;
// Render the sector info text
g.setColor(new Color(255, 255, 255, 200));
g.fillRoundRect(infoLeft, infoTop, infoWidth, infoHeight, 30, 30);
textRenderer.render(g, infoLeft + borderX, infoTop + borderY);
}
graphics.setColor(Color.BLACK);
graphics.fillRect(0, 0, getWidth(), getHeight());
graphics.drawImage(this.buffer, (getWidth() - width) / 2,