diff options
| author | aldrikboy <aldrikboy@gmail.com> | 2017-12-12 18:27:50 +0100 |
|---|---|---|
| committer | aldrikboy <aldrikboy@gmail.com> | 2017-12-12 18:27:50 +0100 |
| commit | 60e8e48047e774a711fee35dfc58a7be993c3d88 (patch) | |
| tree | 272285ccd8730960db823d83e42d4985d34db69a /Penguloon/StaticUIValues.cs | |
| parent | b0a3f57a68a39c2b027158cdfc9384ddb84dfa38 (diff) | |
yos
Diffstat (limited to 'Penguloon/StaticUIValues.cs')
| -rw-r--r-- | Penguloon/StaticUIValues.cs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Penguloon/StaticUIValues.cs b/Penguloon/StaticUIValues.cs index 5407e6c..69a845e 100644 --- a/Penguloon/StaticUIValues.cs +++ b/Penguloon/StaticUIValues.cs @@ -19,6 +19,8 @@ namespace Penguloon public static string MenuFont { get; set; } + public static string IngameFont { get; set; } + public static int IngameUIWidth { get; set; } public static int BorderWidth { get; set; } = 20; @@ -56,6 +58,8 @@ namespace Penguloon MenuFont = "Fonts/GWENT/48"; } + IngameFont = "Fonts/GWENT/36"; + LoadingProgressbarPosition = new Vector2((ScreenViewport.X - LoadingProgressbarSize.X) / 2, ScreenViewport.Y - LoadingProgressbarSize.Y - 200); LoadingProgressbarValuePosition = new Vector2(LoadingProgressbarPosition.X + 5, LoadingProgressbarPosition.Y + 5); |
