Skip to content

Commit

Permalink
feat: increase default window size to 8:5 WXGA (#4160)
Browse files Browse the repository at this point in the history
- in numbers: 1280x800
  • Loading branch information
jdrueckert authored Sep 29, 2020
1 parent cc28166 commit d14ecc8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions engine/src/main/resources/default.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
"pixelFormat": 24,
"windowPosX": 379,
"windowPosY": 235,
"windowWidth": 1152,
"windowHeight": 720,
"windowWidth": 1280,
"windowHeight": 800,
"displayModeSetting": "${engine:menu#video-windowed}",
"viewDistance": "${engine:menu#view-distance-moderate}",
"flickeringLight": true,
Expand Down

0 comments on commit d14ecc8

Please sign in to comment.