diff options
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; |
