整理代码
This commit is contained in:
@@ -261,8 +261,8 @@ local moveFunc={
|
||||
right=moveRight,
|
||||
}
|
||||
local arrows={
|
||||
up="↑",down="↓",left="←",right="→",
|
||||
["↑"]="up",["↓"]="down",["←"]="left",["→"]="right",
|
||||
up='↑',down='↓',left='←',right='→',
|
||||
['↑']='up',['↓']='down',['←']='left',['→']='right',
|
||||
}
|
||||
local function setFocus(n)
|
||||
if state~=2 then
|
||||
|
||||
Reference in New Issue
Block a user