diff options
| author | aldrikboy <aldrikboy@gmail.com> | 2018-01-13 16:01:11 +0100 |
|---|---|---|
| committer | aldrikboy <aldrikboy@gmail.com> | 2018-01-13 16:01:11 +0100 |
| commit | d26927ed5be011c8200e31e2c6f92394c279647d (patch) | |
| tree | ca207ba040aaf97e1eb28b606cc3be5a9d21a87c /Penguloon/StaticUIValues.cs | |
| parent | 4ae069581351b8712fd4647e9b902da1e3c9dbe3 (diff) | |
endscreen xd
Diffstat (limited to 'Penguloon/StaticUIValues.cs')
| -rw-r--r-- | Penguloon/StaticUIValues.cs | 4 |
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; |
