Update touch control

This commit is contained in:
Squishy (C6H12O6+NaCl+H2O)
2024-05-29 00:26:05 +07:00
parent 9679378b1b
commit c14c702d17
3 changed files with 23 additions and 4 deletions

View File

@@ -32,7 +32,7 @@ local _defaultSettings = {
}
SETTINGS = setmetatable(
{},
{__default__ = _defaultSettings},
{
__index = function(_, k)
if _settings[k] == nil then