diff options
author | rubenwardy <rubenwardy@gmail.com> | 2016-07-04 18:01:58 +0100 |
---|---|---|
committer | est31 <MTest31@outlook.com> | 2016-07-05 19:50:30 +0200 |
commit | 538af97d8d0d0a3c50a7092c029d8585079144c4 (patch) | |
tree | cf32f8980615adcd32213cbd55d35d2aa895c01a /builtin | |
parent | 5d4d3f8366b74d9c3da892d94188defc49407ebf (diff) | |
download | minetest-538af97d8d0d0a3c50a7092c029d8585079144c4.tar.gz minetest-538af97d8d0d0a3c50a7092c029d8585079144c4.tar.bz2 minetest-538af97d8d0d0a3c50a7092c029d8585079144c4.zip |
Remove cinematic toggle on F8
Also update cinematic mode's description to include mouse
Diffstat (limited to 'builtin')
-rw-r--r-- | builtin/settingtypes.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/builtin/settingtypes.txt b/builtin/settingtypes.txt index 3f256ec43..0b9d29a33 100644 --- a/builtin/settingtypes.txt +++ b/builtin/settingtypes.txt @@ -70,7 +70,7 @@ fast_move (Fast movement) bool false # This requires the "noclip" privilege on the server. noclip (Noclip) bool false -# Smooths camera when moving and looking around. +# Smooths camera when looking around. Also called look or mouse smoothing. # Useful for recording videos. cinematic (Cinematic mode) bool false @@ -178,7 +178,7 @@ keymap_noclip (Noclip key) key KEY_KEY_H # Key for toggling cinematic mode. # See http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e231901735e3da1b0edf72eb3 -keymap_cinematic (Cinematic mode key) key KEY_F8 +keymap_cinematic (Cinematic mode key) key # Key for toggling display of minimap. # See http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e231901735e3da1b0edf72eb3 |