From a0217e8ffaceb6bc109eec270c754935a54eb404 Mon Sep 17 00:00:00 2001 From: aldrikboy Date: Sun, 14 Jan 2018 15:46:58 +0100 Subject: upgrades --- Penguloon/StaticUIValues.cs | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Penguloon/StaticUIValues.cs') diff --git a/Penguloon/StaticUIValues.cs b/Penguloon/StaticUIValues.cs index b3238bd..230b29c 100644 --- a/Penguloon/StaticUIValues.cs +++ b/Penguloon/StaticUIValues.cs @@ -43,6 +43,8 @@ namespace Penguloon public static Vector2 AlertSize { get; set; } + public static Vector2 UpgradePanelSize { get; set; } + public static void Initialize(Main main) { ScreenViewport = main.GraphicsDevice.Viewport.Bounds.Size.ToVector2(); @@ -124,6 +126,8 @@ namespace Penguloon AlertSize = new Vector2((int)(800 * 0.8), (int)(200 * 0.8)); } + UpgradePanelSize = new Vector2(IngameUIWidth, 100); + LoadingProgressbarPosition = new Vector2((ScreenViewport.X - LoadingProgressbarSize.X) / 2, ScreenViewport.Y - LoadingProgressbarSize.Y - 200); LoadingProgressbarValuePosition = new Vector2(LoadingProgressbarPosition.X + 5, LoadingProgressbarPosition.Y + 5); -- cgit v1.2.3-70-g09d2