From aa5ec2ec02f331542dfe40e781c7c93ee4c0c131 Mon Sep 17 00:00:00 2001 From: random-geek <35757396+random-geek@users.noreply.github.com> Date: Sun, 30 Dec 2018 16:07:30 -0800 Subject: Extend pitch fly mode to swimming (#7943) --- minetest.conf.example | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'minetest.conf.example') diff --git a/minetest.conf.example b/minetest.conf.example index 0bf0b988e..64fe7ef29 100644 --- a/minetest.conf.example +++ b/minetest.conf.example @@ -26,9 +26,9 @@ # type: bool # free_move = false -# If enabled together with fly mode, makes move directions relative to the player's pitch. +# If enabled, makes move directions relative to the player's pitch when flying or swimming. # type: bool -# pitch_fly = false +# pitch_move = false # Fast movement (via the "special" key). # This requires the "fast" privilege on the server. @@ -202,10 +202,10 @@ # type: key # keymap_freemove = KEY_KEY_K -# Key for toggling pitch fly mode. +# Key for toggling pitch move mode. # See http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e231901735e3da1b0edf72eb3 # type: key -# keymap_pitchfly = KEY_KEY_L +# keymap_pitchmove = KEY_KEY_L # Key for toggling fast mode. # See http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e231901735e3da1b0edf72eb3 -- cgit v1.2.3