Update drag/slider scene node koefs, add layout max gui upscale

This commit is contained in:
Insality
2022-10-15 16:11:12 +03:00
parent 9cd1769c37
commit 4de50591f8
6 changed files with 107 additions and 20 deletions

View File

@@ -56,7 +56,7 @@ M["button"] = {
M["drag"] = {
DRAG_DEADZONE = 10, -- Size in pixels of drag deadzone
IS_USE_SCREEN_KOEF = true,
NO_USE_SCREEN_KOEF = false,
}