diff options
| author | aldrikboy <aldrikboy@gmail.com> | 2018-01-16 22:56:47 +0100 |
|---|---|---|
| committer | aldrikboy <aldrikboy@gmail.com> | 2018-01-16 22:56:47 +0100 |
| commit | f03a7cf3e3beab8964cd142ce64fd6dc3cd0735f (patch) | |
| tree | 38f2a23fc4c46a8aef415cbbb9af8081c9057173 /Penguloon/StaticUIValues.cs | |
| parent | 5de3254aa0d6f69dbb6e08ddd699c3f78797be3b (diff) | |
started working on object selling
Diffstat (limited to 'Penguloon/StaticUIValues.cs')
| -rw-r--r-- | Penguloon/StaticUIValues.cs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Penguloon/StaticUIValues.cs b/Penguloon/StaticUIValues.cs index d7910a5..7df454d 100644 --- a/Penguloon/StaticUIValues.cs +++ b/Penguloon/StaticUIValues.cs @@ -45,8 +45,7 @@ namespace Penguloon public static Vector2 UpgradePanelSize { get; set; } - public static Vector2 ObjectInfoPanelSize { get; set; } = new Vector2(100, 120); - public static Vector2 ObjectInfoPanelLineSize { get; set; } = new Vector2(50, 20); + public static Vector2 ObjectInfoPanelSize { get; set; } = new Vector2(220, 300); public static void Initialize(Main main) { |
