diff options
| author | aldrikboy <aldrikboy@gmail.com> | 2018-01-16 17:58:56 +0100 |
|---|---|---|
| committer | aldrikboy <aldrikboy@gmail.com> | 2018-01-16 17:58:56 +0100 |
| commit | 5de3254aa0d6f69dbb6e08ddd699c3f78797be3b (patch) | |
| tree | 4d961f2fff1e8784bcf92cfc0a5e4c1646449efa /Penguloon/StaticUIValues.cs | |
| parent | 6996be0fc143085b6aa459f2eb7b288ac1617c0b (diff) | |
XD
Diffstat (limited to 'Penguloon/StaticUIValues.cs')
| -rw-r--r-- | Penguloon/StaticUIValues.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Penguloon/StaticUIValues.cs b/Penguloon/StaticUIValues.cs index bfce477..d7910a5 100644 --- a/Penguloon/StaticUIValues.cs +++ b/Penguloon/StaticUIValues.cs @@ -45,8 +45,8 @@ 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 Vector2 ObjectInfoPanelSize { get; set; } = new Vector2(100, 120); + public static Vector2 ObjectInfoPanelLineSize { get; set; } = new Vector2(50, 20); public static void Initialize(Main main) { |
