Not important uodates

This commit is contained in:
SweetSea-ButImNotSweet
2024-04-24 17:00:06 +07:00
parent 5fc92acbb7
commit 5f2687f855
5 changed files with 20 additions and 18 deletions

View File

@@ -11,22 +11,10 @@ local _defaultSettings = {
---@class input
---@field keys table <string, string>
---@field joysticks table <string, string>
---@field mobile table <string, string>
---@field touch table <string, string>
input = {
keys = {},
joysticks = {},
mobile = { -- Should not be changed for any reason, used for mobile only
enter = 'menu_decide',
acback = 'menu_back',
f13 = 'up',
f14 = 'down',
f15 = 'left',
f16 = 'right',
f17 = 'rotate_left',
f18 = 'rotate_left2',
f19 = 'rotate_right',
f20 = 'rotate_right2',
}
}
}