mirror of
https://gitea.com/SweetSea-ButImNotSweet/tromi_mobile.git
synced 2025-01-08 17:33:09 +08:00
Not important uodates
This commit is contained in:
14
settings.lua
14
settings.lua
@@ -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',
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user