summaryrefslogtreecommitdiff
path: root/minetest.conf.example
diff options
context:
space:
mode:
authorparamat <paramat@users.noreply.github.com>2017-07-12 14:44:58 +0100
committerparamat <mat.gregory@virginmedia.com>2017-07-15 01:36:37 +0100
commitfafa51202c3bd6e46a44eacbc7f42ef697835945 (patch)
tree530691268b9f9a21d119264749b696791a90493c /minetest.conf.example
parentbdac12761cd92960c3df83c932aa610f2322215f (diff)
downloadminetest-fafa51202c3bd6e46a44eacbc7f42ef697835945.tar.gz
minetest-fafa51202c3bd6e46a44eacbc7f42ef697835945.tar.bz2
minetest-fafa51202c3bd6e46a44eacbc7f42ef697835945.zip
Default window size: Increase to 1024x576, aspect ratio 16:9
Diffstat (limited to 'minetest.conf.example')
-rw-r--r--minetest.conf.example4
1 files changed, 2 insertions, 2 deletions
diff --git a/minetest.conf.example b/minetest.conf.example
index e09532be5..d6a57d681 100644
--- a/minetest.conf.example
+++ b/minetest.conf.example
@@ -550,11 +550,11 @@
# Width component of the initial window size.
# type: int
-# screen_w = 800
+# screen_w = 1024
# Height component of the initial window size.
# type: int
-# screen_h = 600
+# screen_h = 576
# Save window size automatically when modified.
# type: bool