summaryrefslogtreecommitdiff
path: root/minetest.conf.example
diff options
context:
space:
mode:
authorPerttu Ahola <celeron55@gmail.com>2013-04-23 23:19:36 +0300
committerPerttu Ahola <celeron55@gmail.com>2013-04-23 23:19:36 +0300
commit36747794ab981e5d1cc085075979ef981e783b55 (patch)
tree7efdd3f17369865d4f1861e0a7f8c3b4583b21f5 /minetest.conf.example
parentc03c296dc7afe0e4ded65484221072ad6715e2be (diff)
downloadminetest-36747794ab981e5d1cc085075979ef981e783b55.tar.gz
minetest-36747794ab981e5d1cc085075979ef981e783b55.tar.bz2
minetest-36747794ab981e5d1cc085075979ef981e783b55.zip
Disable fall bobbing by default; enable using fall_bobbing_amount = 1.0
Diffstat (limited to 'minetest.conf.example')
-rw-r--r--minetest.conf.example2
1 files changed, 2 insertions, 0 deletions
diff --git a/minetest.conf.example b/minetest.conf.example
index 838987c33..36ef31459 100644
--- a/minetest.conf.example
+++ b/minetest.conf.example
@@ -136,6 +136,8 @@
#screenshot_path = .
# Amount of view bobbing (0 = no view bobbing, 1.0 = normal, 2.0 = double)
#view_bobbing_amount = 1.0
+# Amount of fall bobbing (0 = no fall bobbing, 1.0 = normal, 2.0 = double)
+#fall_bobbing_amount = 0.0
# Anaglyph stereo
#anaglyph = false
#anaglyph_strength = 0.1