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 /minetest.conf.example | |
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 'minetest.conf.example')
-rw-r--r-- | minetest.conf.example | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/minetest.conf.example b/minetest.conf.example index 35675dfe3..bc0d4c527 100644 --- a/minetest.conf.example +++ b/minetest.conf.example @@ -38,7 +38,7 @@ # type: bool # noclip = false -# Smooths camera when moving and looking around. +# Smooths camera when looking around. Also called look or mouse smoothing. # Useful for recording videos. # type: bool # cinematic = false @@ -162,7 +162,7 @@ # Key for toggling cinematic mode. # See http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e231901735e3da1b0edf72eb3 # type: key -# keymap_cinematic = KEY_F8 +# keymap_cinematic = # Key for toggling display of minimap. # See http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e231901735e3da1b0edf72eb3 @@ -1527,4 +1527,3 @@ # type: string # modstore_details_url = https://forum.minetest.net/mmdb/mod/*/ - |