mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-11 17:51:04 +00:00
Repeated right clicking when holding the right mouse button
Configure using repeat_rightclick_time in minetest.conf
This commit is contained in:
parent
5bc14e2fe4
commit
b50da63852
3 changed files with 12 additions and 1 deletions
|
@ -121,6 +121,7 @@ void set_default_settings(Settings *settings)
|
|||
settings->setDefault("trilinear_filter", "false");
|
||||
settings->setDefault("preload_item_visuals", "true");
|
||||
settings->setDefault("enable_shaders", "2");
|
||||
settings->setDefault("repeat_rightclick_time", "0.25");
|
||||
|
||||
settings->setDefault("media_fetch_threads", "8");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue