diff options
author | HybridDog <ovvv@web.de> | 2018-11-12 19:34:47 +0100 |
---|---|---|
committer | SmallJoker <SmallJoker@users.noreply.github.com> | 2018-11-12 19:34:47 +0100 |
commit | 98ee08904b3a11d9b64a95edebd4d8852d4a2301 (patch) | |
tree | adf9dc8c7c45a2328a14717b12d2da93cd3f8482 /builtin | |
parent | 81d55338fa26cf26d43e1e632b9a089a787230dd (diff) | |
download | minetest-98ee08904b3a11d9b64a95edebd4d8852d4a2301.tar.gz minetest-98ee08904b3a11d9b64a95edebd4d8852d4a2301.tar.bz2 minetest-98ee08904b3a11d9b64a95edebd4d8852d4a2301.zip |
Enable subtle fall bobbing (#7856)
Set the default value of fall_bobbing_amount to 0.03
Diffstat (limited to 'builtin')
-rw-r--r-- | builtin/settingtypes.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/builtin/settingtypes.txt b/builtin/settingtypes.txt index 13d3334d3..e190bfc22 100644 --- a/builtin/settingtypes.txt +++ b/builtin/settingtypes.txt @@ -629,7 +629,7 @@ view_bobbing_amount (View bobbing factor) float 1.0 # Multiplier for fall bobbing. # For example: 0 for no view bobbing; 1.0 for normal; 2.0 for double. -fall_bobbing_amount (Fall bobbing factor) float 0.0 +fall_bobbing_amount (Fall bobbing factor) float 0.03 # 3D support. # Currently supported: |