From fafa51202c3bd6e46a44eacbc7f42ef697835945 Mon Sep 17 00:00:00 2001 From: paramat Date: Wed, 12 Jul 2017 14:44:58 +0100 Subject: Default window size: Increase to 1024x576, aspect ratio 16:9 --- builtin/settingtypes.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'builtin') diff --git a/builtin/settingtypes.txt b/builtin/settingtypes.txt index 8243ea794..6dd3e825b 100644 --- a/builtin/settingtypes.txt +++ b/builtin/settingtypes.txt @@ -481,10 +481,10 @@ pause_fps_max (FPS in pause menu) int 20 viewing_range (Viewing range) int 100 20 4000 # Width component of the initial window size. -screen_w (Screen width) int 800 +screen_w (Screen width) int 1024 # Height component of the initial window size. -screen_h (Screen height) int 600 +screen_h (Screen height) int 576 # Save window size automatically when modified. autosave_screensize (Autosave Screen Size) bool true -- cgit v1.2.3