diff options
author | random-geek <35757396+random-geek@users.noreply.github.com> | 2018-12-30 16:07:30 -0800 |
---|---|---|
committer | Paramat <paramat@users.noreply.github.com> | 2018-12-31 00:07:30 +0000 |
commit | aa5ec2ec02f331542dfe40e781c7c93ee4c0c131 (patch) | |
tree | 207960a9115366cc9d1d82cd593dd855b166b173 /builtin | |
parent | 7d7ccf5c0f3d8689519629282d72b1fea8f4bf30 (diff) | |
download | minetest-aa5ec2ec02f331542dfe40e781c7c93ee4c0c131.tar.gz minetest-aa5ec2ec02f331542dfe40e781c7c93ee4c0c131.tar.bz2 minetest-aa5ec2ec02f331542dfe40e781c7c93ee4c0c131.zip |
Extend pitch fly mode to swimming (#7943)
Diffstat (limited to 'builtin')
-rw-r--r-- | builtin/settingtypes.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/builtin/settingtypes.txt b/builtin/settingtypes.txt index 66d4c324e..a199e7e7f 100644 --- a/builtin/settingtypes.txt +++ b/builtin/settingtypes.txt @@ -72,8 +72,8 @@ enable_build_where_you_stand (Build inside player) bool false # This requires the "fly" privilege on the server. free_move (Flying) bool false -# If enabled together with fly mode, makes move directions relative to the player's pitch. -pitch_fly (Pitch fly mode) bool false +# If enabled, makes move directions relative to the player's pitch when flying or swimming. +pitch_move (Pitch move mode) bool false # Fast movement (via the "special" key). # This requires the "fast" privilege on the server. @@ -211,9 +211,9 @@ keymap_rangeselect (Range select key) key KEY_KEY_R # See http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e231901735e3da1b0edf72eb3 keymap_freemove (Fly key) key KEY_KEY_K -# Key for toggling pitch fly mode. +# Key for toggling pitch move mode. # See http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e231901735e3da1b0edf72eb3 -keymap_pitchfly (Pitch fly key) key KEY_KEY_L +keymap_pitchmove (Pitch move key) key KEY_KEY_L # Key for toggling fast mode. # See http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e231901735e3da1b0edf72eb3 |