summaryrefslogtreecommitdiff
path: root/Penguloon/StaticUIValues.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Penguloon/StaticUIValues.cs')
-rw-r--r--Penguloon/StaticUIValues.cs3
1 files changed, 3 insertions, 0 deletions
diff --git a/Penguloon/StaticUIValues.cs b/Penguloon/StaticUIValues.cs
index 230b29c..bfce477 100644
--- a/Penguloon/StaticUIValues.cs
+++ b/Penguloon/StaticUIValues.cs
@@ -45,6 +45,9 @@ namespace Penguloon
public static Vector2 UpgradePanelSize { get; set; }
+ public static Vector2 ObjectInfoPanelSize { get; set; } = new Vector2(350, 400);
+ public static Vector2 ObjectInfoPanelLineSize { get; set; } = new Vector2(350, 100);
+
public static void Initialize(Main main)
{
ScreenViewport = main.GraphicsDevice.Viewport.Bounds.Size.ToVector2();