键盘编辑序列体验优化,可以用更改场地x可见性

This commit is contained in:
MrZ626
2020-10-24 23:44:00 +08:00
parent 0405eeea14
commit 9454b8b4cb

View File

@@ -1113,6 +1113,8 @@ do--custom_field
end
elseif key=="escape"then
SCN.back()
elseif key=="j"then
sceneTemp.demo=not sceneTemp.demo
elseif key=="k"then
ins(FIELD,1,{14,14,14,14,14,14,14,14,14,14})
FIELD[21]=nil
@@ -1259,7 +1261,9 @@ do--custom_mission
S.cur=p
end
elseif key=="backspace"then
if S.cur>0 then
if #S.input>0 then
S.input=""
elseif S.cur>0 then
rem(MISSION,S.cur)
S.cur=S.cur-1
if S.cur>0 and MISSION[S.cur]==MISSION[S.cur+1]then