diff options
Diffstat (limited to 'minetest.conf.example')
-rw-r--r-- | minetest.conf.example | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/minetest.conf.example b/minetest.conf.example index 34a2acebc..5fb4244b2 100644 --- a/minetest.conf.example +++ b/minetest.conf.example @@ -146,6 +146,9 @@ # (1: low level shaders; not implemented) # 2: enable high level shaders #enable_shaders = 2 +# The time in seconds it takes between repeated +# right clicks when holding the right mouse button +#repeat_rightclick_time = 0.25 # will only work for servers which use remote_media setting # and only for clients compiled with cURL |