diff options
author | tukkek <tukkek@gmail.com> | 2018-06-06 09:31:34 -0300 |
---|---|---|
committer | SmallJoker <SmallJoker@users.noreply.github.com> | 2018-06-06 14:31:34 +0200 |
commit | 9f8582dcdf24600b54e8c178de37f3a222c31df2 (patch) | |
tree | 6f432f8f50408c0532c3094e83441366fa337e1c /builtin | |
parent | ccc3af128cb4b6213b8111115c570fe988d3523b (diff) | |
download | minetest-9f8582dcdf24600b54e8c178de37f3a222c31df2.tar.gz minetest-9f8582dcdf24600b54e8c178de37f3a222c31df2.tar.bz2 minetest-9f8582dcdf24600b54e8c178de37f3a222c31df2.zip |
Stop autoforward on BACKWARD key-press (#7417)
Diffstat (limited to 'builtin')
-rw-r--r-- | builtin/settingtypes.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/builtin/settingtypes.txt b/builtin/settingtypes.txt index 51797f7de..8e42fe29a 100644 --- a/builtin/settingtypes.txt +++ b/builtin/settingtypes.txt @@ -115,7 +115,8 @@ safe_dig_and_place (Safe digging and placing) bool false # Enable random user input (only used for testing). random_input (Random input) bool false -# Continuous forward movement, toggled by autoforward key. +# Continuous forward movement, toggled by autoforward key. +# Press the autoforward key again or the backwards movement to disable. continuous_forward (Continuous forward) bool false # The length in pixels it takes for touch screen interaction to start. @@ -147,6 +148,7 @@ joystick_frustum_sensitivity (Joystick frustum sensitivity) float 170 keymap_forward (Forward key) key KEY_KEY_W # Key for moving the player backward. +# Will also disable autoforward, when active. # See http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e231901735e3da1b0edf72eb3 keymap_backward (Backward key) key KEY_KEY_S |