mirror of
https://gitea.com/SweetSea-ButImNotSweet/tromi_mobile.git
synced 2025-01-08 17:33:09 +08:00
Do some preparation for touch config screen
This commit is contained in:
@@ -8,10 +8,16 @@ local _defaultSettings = {
|
||||
fullscreen = false,
|
||||
music = true,
|
||||
|
||||
---@class input
|
||||
---@field keys table <string, string>
|
||||
---@field joysticks table <string, string>
|
||||
---@field mobile 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',
|
||||
|
||||
Reference in New Issue
Block a user