summaryrefslogtreecommitdiff
path: root/Penguloon/StaticUIValues.cs
diff options
context:
space:
mode:
authoraldrikboy <aldrikboy@gmail.com>2017-12-27 18:49:00 +0100
committeraldrikboy <aldrikboy@gmail.com>2017-12-27 18:49:00 +0100
commitcf94a59c7188b10db9b31b818a6d0995d9ab0aee (patch)
treecbf3ac1aaa10419df8bbe0e07f71cce11ecded75 /Penguloon/StaticUIValues.cs
parent020fd61af37eaaac81d7b930be15f8c350f28b7d (diff)
BLESSED BY PASTOR LUL
Diffstat (limited to 'Penguloon/StaticUIValues.cs')
-rw-r--r--Penguloon/StaticUIValues.cs6
1 files changed, 6 insertions, 0 deletions
diff --git a/Penguloon/StaticUIValues.cs b/Penguloon/StaticUIValues.cs
index f4637b7..0734bad 100644
--- a/Penguloon/StaticUIValues.cs
+++ b/Penguloon/StaticUIValues.cs
@@ -21,6 +21,8 @@ namespace Penguloon
public static string IngameFont { get; set; }
+ public static string StatsFont { get; set; }
+
public static int IngameUIWidth { get; set; }
public static int BorderWidth { get; set; } = 20;
@@ -50,6 +52,7 @@ namespace Penguloon
ChangeSpeedButtonWidth = 200;
IngameOptionsSize = new Vector2(800, 1000);
IngameFont = "Fonts/GWENT/36";
+ StatsFont = "Fonts/GWENT/48";
IngameUITextAreaHeight = 160;
}
else if (ScreenViewport.X >= 1920)
@@ -63,6 +66,7 @@ namespace Penguloon
ChangeSpeedButtonWidth = 200;
IngameOptionsSize = new Vector2((int)(800 * 0.85), (int)(1000 * 0.85));
IngameFont = "Fonts/GWENT/36";
+ StatsFont = "Fonts/GWENT/48";
IngameUITextAreaHeight = 160;
}
else if (ScreenViewport.X >= 1280)
@@ -75,6 +79,7 @@ namespace Penguloon
ChangeSpeedButtonWidth = 130;
IngameOptionsSize = new Vector2((int)(800 * 0.7), (int)(1000 * 0.7));
IngameFont = "Fonts/GWENT/24";
+ StatsFont = "Fonts/GWENT/48";
IngameUITextAreaHeight = 120;
}
else
@@ -87,6 +92,7 @@ namespace Penguloon
ChangeSpeedButtonWidth = 130;
IngameOptionsSize = new Vector2((int)(800 * 0.7), (int)(1000 * 0.7));
IngameFont = "Fonts/GWENT/24";
+ StatsFont = "Fonts/GWENT/48";
IngameUITextAreaHeight = 120;
}