From c124a9990118d3fda1757d06ecbc05e0d038ef6b Mon Sep 17 00:00:00 2001 From: Johannes Schmelz Date: Sun, 24 Nov 2024 21:29:41 +0100 Subject: [PATCH] fixed screen size --- Projekte/monopoly/client/client.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Projekte/monopoly/client/client.properties b/Projekte/monopoly/client/client.properties index fd98968..3e2d911 100644 --- a/Projekte/monopoly/client/client.properties +++ b/Projekte/monopoly/client/client.properties @@ -24,10 +24,10 @@ overlay.top.color=1, 1, 1, 1 settings.show=false # # Specifies the width of the application window in pixels. -settings.resolution.width=1920 +settings.resolution.width=1200 # # Specifies the height of the application window in pixels. -settings.resolution.height=1080 +settings.resolution.height=800 # # Determines whether the application runs in full-screen mode. settings.full-screen=false