diff options
author | q66 <quaker66@gmail.com> | 2012-04-03 13:59:02 +0200 |
---|---|---|
committer | Perttu Ahola <celeron55@gmail.com> | 2012-04-07 23:23:00 +0300 |
commit | e8e73d37fb1834208dabac207593030b87db135a (patch) | |
tree | 9ef55ddc3616573285fb10d8f860b26a8fb9eb40 /minetest.conf.example | |
parent | 2eec7885441932a572bec9cc0093af20ecfa04cf (diff) | |
download | minetest-e8e73d37fb1834208dabac207593030b87db135a.tar.gz minetest-e8e73d37fb1834208dabac207593030b87db135a.tar.bz2 minetest-e8e73d37fb1834208dabac207593030b87db135a.zip |
Fullscreen, vsync, fullscreen_bpp and fsaa options in the config; fsaa is experimental atm, causes visible spaces between blocks.
Diffstat (limited to 'minetest.conf.example')
-rw-r--r-- | minetest.conf.example | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/minetest.conf.example b/minetest.conf.example index edc2222bb..755ddaaee 100644 --- a/minetest.conf.example +++ b/minetest.conf.example @@ -62,6 +62,12 @@ # Initial window size #screenW = 800 #screenH = 600 +#fullscreen = false +#fullscreen_bpp = 24 +# Experimental option, might cause visible spaces between blocks +# when set to higher number than 0 +#fsaa = 0 +#vsync = false # Address to connect to (#blank = start local server) #address = # Enable random user input, for testing |