diff options
author | Paramat <paramat@users.noreply.github.com> | 2017-06-08 08:57:00 +0100 |
---|---|---|
committer | Loïc Blot <nerzhul@users.noreply.github.com> | 2017-06-08 09:57:00 +0200 |
commit | 0a5c3c28522f512f31dae3091668126c1eae787d (patch) | |
tree | 32a57cf047c0776e9378e614c3994f0b52b5d50c /builtin/settingtypes.txt | |
parent | 47bcf2f7aca26dcdbdd761b33e9ca3509ed32a7e (diff) | |
download | minetest-0a5c3c28522f512f31dae3091668126c1eae787d.tar.gz minetest-0a5c3c28522f512f31dae3091668126c1eae787d.tar.bz2 minetest-0a5c3c28522f512f31dae3091668126c1eae787d.zip |
Autorun: Change to 'autoforward' (#5926)
Minetest does not have 'run'.
Automatic forwards is very often used while flying or swimming, so a general
word is more suitable.
Diffstat (limited to 'builtin/settingtypes.txt')
-rw-r--r-- | builtin/settingtypes.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/builtin/settingtypes.txt b/builtin/settingtypes.txt index a0a4d80e5..6a6b958cc 100644 --- a/builtin/settingtypes.txt +++ b/builtin/settingtypes.txt @@ -101,7 +101,7 @@ repeat_rightclick_time (Rightclick repetition interval) float 0.25 # Enable random user input (only used for testing). random_input (Random input) bool false -# Continuous forward movement (only used for testing). +# Continuous forward movement, toggled by autoforward key. continuous_forward (Continuous forward) bool false # Enable Joysticks @@ -206,9 +206,9 @@ keymap_increase_volume (Inc. volume key) key # See http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e231901735e3da1b0edf72eb3 keymap_decrease_volume (Dec. volume key) key -# Key for toggling autorun. +# Key for toggling autoforward. # See http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e231901735e3da1b0edf72eb3 -keymap_autorun (Autorun key) key +keymap_autoforward (Automatic forwards key) key # Key for toggling cinematic mode. # See http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e231901735e3da1b0edf72eb3 |