diff options
Diffstat (limited to 'builtin')
-rw-r--r-- | builtin/settingtypes.txt | 4 |
1 files changed, 2 insertions, 2 deletions
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 |