1
0
Fork 0
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:
Jeija 2013-01-04 15:19:16 +01:00 committed by PilzAdam
parent 5bc14e2fe4
commit b50da63852
3 changed files with 12 additions and 1 deletions

View file

@ -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");