修复触屏设置里网格开关问题

This commit is contained in:
MrZ626
2021-02-03 22:18:47 +08:00
parent e170c16d02
commit 58b6129f7c

View File

@@ -6,13 +6,12 @@ local int,sin=math.floor,math.sin
local scene={}
local defaultSetSelect
local snapUnit
local snapUnit=1
local selected--Button selected
function scene.sceneInit()
BG.set("rainbow")
defaultSetSelect=1
snapUnit=1
selected=false
end
function scene.sceneBack()