From 60e8e48047e774a711fee35dfc58a7be993c3d88 Mon Sep 17 00:00:00 2001 From: aldrikboy Date: Tue, 12 Dec 2017 18:27:50 +0100 Subject: yos --- Penguloon/StaticUIValues.cs | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Penguloon/StaticUIValues.cs') 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); -- cgit v1.2.3-70-g09d2