Compare commits

...

6 Commits

Author SHA1 Message Date
Kacper Kostka
a5e59139f0 Merge branch 'master' of http://git.cubesoftware.xyz:20524/Looki2000/sussycraft-engine 2023-02-23 17:11:06 +01:00
Kacper Kostka
99121a0a03 fix 2023-02-23 17:10:51 +01:00
55b750c446 revert 274977b267
revert changed default touchscreen_threshold to 10
2023-02-23 16:08:18 +00:00
Kacper Kostka
68e5f9525e fixed conflicts 2023-02-23 17:00:43 +01:00
Kacper Kostka
2eafb395a0 Discord Button Added and changed the size of the buttons 2023-02-23 16:57:59 +01:00
Kacper Kostka
2a86ec6734 Discord Button Added and changed the size of the buttons 2023-02-23 16:57:33 +01:00

View File

@@ -466,7 +466,7 @@ void set_default_settings()
#ifdef HAVE_TOUCHSCREENGUI
settings->setDefault("touchtarget", "true");
settings->setDefault("touchscreen_threshold","10");
settings->setDefault("touchscreen_threshold","5");
settings->setDefault("fixed_virtual_joystick", "false");
settings->setDefault("virtual_joystick_triggers_aux1", "false");
settings->setDefault("clickable_chat_weblinks", "false");