コード例 #1
0
  private static void drawBox(double x, double y, double width, double height) {
    BG_COLOR.bind();
    HudUtils.colorRect(x, y, width, height);

    ACRenderingHelper.drawGlow(x, y, width, height, GLOW_SIZE, GLOW_COLOR);
  }