mirror of
https://gitea.com/SweetSea-ButImNotSweet/tromi_mobile.git
synced 2025-01-08 17:33:09 +08:00
V1 update (#1)
This commit is contained in:
committed by
Squishy (C6H12O6+NaCl+H2O)
parent
3343d8711b
commit
1d6643448e
10
settings.lua
10
settings.lua
@@ -10,12 +10,12 @@ local _defaultSettings = {
|
||||
lines = true,
|
||||
|
||||
---@class input
|
||||
---@field keys table <string, string>
|
||||
---@field joysticks table <string, string>
|
||||
---@field keys table <string, string>|nil
|
||||
---@field joysticks table <string, string>|nil
|
||||
---@field touch table <string, string>
|
||||
input = {
|
||||
keys = {},
|
||||
joysticks = {},
|
||||
keys = nil,
|
||||
joysticks = nil,
|
||||
virtual = {
|
||||
{type='button',x= 70,y=280,key= 'up',r=45,iconSize=60,alpha=0.4},
|
||||
{type='button',x= 70,y=430,key= 'down',r=45,iconSize=60,alpha=0.4},
|
||||
@@ -28,7 +28,7 @@ local _defaultSettings = {
|
||||
{type='button',x=320, y=420,key= 'restart',r=35,iconSize=60,alpha=0.4},
|
||||
}
|
||||
},
|
||||
tvMode = false -- 79338732
|
||||
tvMode = false
|
||||
}
|
||||
|
||||
SETTINGS = setmetatable(
|
||||
|
||||
Reference in New Issue
Block a user