From e8e73d37fb1834208dabac207593030b87db135a Mon Sep 17 00:00:00 2001 From: q66 Date: Tue, 3 Apr 2012 13:59:02 +0200 Subject: Fullscreen, vsync, fullscreen_bpp and fsaa options in the config; fsaa is experimental atm, causes visible spaces between blocks. --- minetest.conf.example | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'minetest.conf.example') 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 -- cgit v1.2.3