summaryrefslogtreecommitdiff
path: root/Penguloon/StaticUIValues.cs
diff options
context:
space:
mode:
authoraldrikboy <aldrikboy@gmail.com>2018-01-13 16:01:11 +0100
committeraldrikboy <aldrikboy@gmail.com>2018-01-13 16:01:11 +0100
commitd26927ed5be011c8200e31e2c6f92394c279647d (patch)
treeca207ba040aaf97e1eb28b606cc3be5a9d21a87c /Penguloon/StaticUIValues.cs
parent4ae069581351b8712fd4647e9b902da1e3c9dbe3 (diff)
endscreen xd
Diffstat (limited to 'Penguloon/StaticUIValues.cs')
-rw-r--r--Penguloon/StaticUIValues.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/Penguloon/StaticUIValues.cs b/Penguloon/StaticUIValues.cs
index b436283..b3238bd 100644
--- a/Penguloon/StaticUIValues.cs
+++ b/Penguloon/StaticUIValues.cs
@@ -95,7 +95,7 @@ namespace Penguloon
MenuFont = "Fonts/GWENT/48";
IngameUIPlayButtonHeight = 80;
ChangeSpeedButtonWidth = 130;
- IngameOptionsSize = new Vector2((int)(800 * 0.7), (int)(1000 * 0.7));
+ IngameOptionsSize = new Vector2((int)(800 * 0.6), (int)(1000 * 0.6));
IngameFont = "Fonts/GWENT/24";
StatsFont = "Fonts/GWENT/48";
StatsSpacingY = 60;
@@ -113,7 +113,7 @@ namespace Penguloon
MenuFont = "Fonts/GWENT/48";
IngameUIPlayButtonHeight = 80;
ChangeSpeedButtonWidth = 130;
- IngameOptionsSize = new Vector2((int)(800 * 0.7), (int)(1000 * 0.7));
+ IngameOptionsSize = new Vector2((int)(800 * 0.6), (int)(1000 * 0.6));
IngameFont = "Fonts/GWENT/24";
StatsFont = "Fonts/GWENT/48";
StatsSpacingY = 60;