summaryrefslogtreecommitdiff
path: root/minetest.conf.example
diff options
context:
space:
mode:
authorkilbith <kilbith@users.noreply.github.com>2017-06-26 20:03:48 +0200
committerLoïc Blot <nerzhul@users.noreply.github.com>2017-06-26 20:03:48 +0200
commit1d1d922a7aafc464ec4483a2f8caa8c49ddbbdee (patch)
tree5d9b383e9efc02505327eb3798a9d93d1cd65dd2 /minetest.conf.example
parent936d67dad4c4939c9f7c30f489d8bfc74f47fcaf (diff)
downloadminetest-1d1d922a7aafc464ec4483a2f8caa8c49ddbbdee.tar.gz
minetest-1d1d922a7aafc464ec4483a2f8caa8c49ddbbdee.tar.bz2
minetest-1d1d922a7aafc464ec4483a2f8caa8c49ddbbdee.zip
Add Arm Inertia (#6050)
Diffstat (limited to 'minetest.conf.example')
-rw-r--r--minetest.conf.example5
1 files changed, 5 insertions, 0 deletions
diff --git a/minetest.conf.example b/minetest.conf.example
index d0ed146e0..f5f3f5e8c 100644
--- a/minetest.conf.example
+++ b/minetest.conf.example
@@ -534,6 +534,11 @@
#### Advanced
+# Arm inertia, gives a more realistic movement of
+# the arm when the camera moves.
+# type: bool
+# arm_inertia = true
+
# If FPS would go higher than this, limit it by sleeping
# to not waste CPU power for no benefit.
# type: int