diff options
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(); |
