415416417418419420421
width = 270; int height = 300; x = Settings.WIDTH / 2 - width / 2; y = Settings.HEIGHT - BOTTOM_BAR_HEIGHT - height; this.buildWindow = new BuildWindow(this, width, height, x, y); }