diff options
| author | aldrikboy <aldrikboy@gmail.com> | 2017-12-11 22:57:04 +0100 |
|---|---|---|
| committer | aldrikboy <aldrikboy@gmail.com> | 2017-12-11 22:57:04 +0100 |
| commit | b0a3f57a68a39c2b027158cdfc9384ddb84dfa38 (patch) | |
| tree | f3c3be7a2a826f4c3836be2a52573f8aa5000951 /Penguloon/StaticUIValues.cs | |
| parent | fd6fa4e5cebbe3edb65d50c78dcc8a97ce98ce64 (diff) | |
haHA
Diffstat (limited to 'Penguloon/StaticUIValues.cs')
| -rw-r--r-- | Penguloon/StaticUIValues.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Penguloon/StaticUIValues.cs b/Penguloon/StaticUIValues.cs index 48ae696..5407e6c 100644 --- a/Penguloon/StaticUIValues.cs +++ b/Penguloon/StaticUIValues.cs @@ -21,6 +21,8 @@ namespace Penguloon public static int IngameUIWidth { get; set; } + public static int BorderWidth { get; set; } = 20; + public static void Initialize(Main main) { ScreenViewport = main.GraphicsDevice.Viewport.Bounds.Size.ToVector2(); |
