diff options
author | kilbith <kilbith@users.noreply.github.com> | 2017-06-26 20:03:48 +0200 |
---|---|---|
committer | Loïc Blot <nerzhul@users.noreply.github.com> | 2017-06-26 20:03:48 +0200 |
commit | 1d1d922a7aafc464ec4483a2f8caa8c49ddbbdee (patch) | |
tree | 5d9b383e9efc02505327eb3798a9d93d1cd65dd2 /builtin | |
parent | 936d67dad4c4939c9f7c30f489d8bfc74f47fcaf (diff) | |
download | minetest-1d1d922a7aafc464ec4483a2f8caa8c49ddbbdee.tar.gz minetest-1d1d922a7aafc464ec4483a2f8caa8c49ddbbdee.tar.bz2 minetest-1d1d922a7aafc464ec4483a2f8caa8c49ddbbdee.zip |
Add Arm Inertia (#6050)
Diffstat (limited to 'builtin')
-rw-r--r-- | builtin/settingtypes.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/builtin/settingtypes.txt b/builtin/settingtypes.txt index f15fc679b..192ce5b66 100644 --- a/builtin/settingtypes.txt +++ b/builtin/settingtypes.txt @@ -469,6 +469,10 @@ enable_waving_plants (Waving plants) bool false [***Advanced] +# Arm inertia, gives a more realistic movement of +# the arm when the camera moves. +arm_inertia (Arm inertia) bool true + # If FPS would go higher than this, limit it by sleeping # to not waste CPU power for no benefit. fps_max (Maximum FPS) int 60 |