From 6c43ec2d2b86b77fe2d12953ebecdd63922ecebc Mon Sep 17 00:00:00 2001
From: MirceaKitsune <sonichedgehog_hyperblast00@yahoo.com>
Date: Sat, 18 Feb 2012 18:53:39 +0200
Subject: [PATCH] Add anaglyph settings to minetest.conf.example

---
 minetest.conf.example | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/minetest.conf.example b/minetest.conf.example
index 3f292c01e..45e912eb1 100644
--- a/minetest.conf.example
+++ b/minetest.conf.example
@@ -117,6 +117,9 @@
 #screenshot_path = .
 # Amount of view bobbing (0 = no view bobbing, 1.0 = normal, 2.0 = double)
 #view_bobbing_amount = 1.0
+# Anaglyph stereo
+#anaglyph = false
+#anaglyph_strength = 0.1
 # In-game chat console background color (R,G,B)
 #console_color = (0,0,0)
 # In-game chat console background alpha (opaqueness, between 0 and 255)
-- 
GitLab