自定义序列/任务连续同种方块使用缩略显示

This commit is contained in:
MrZ626
2020-09-20 15:37:39 +08:00
parent 6f90b85da5
commit f0d4c7ae7d
2 changed files with 129 additions and 41 deletions

View File

@@ -169,7 +169,7 @@ function pasteSequence(str)
return true
end
function copyTarget()
function copyMission()
local str=""
local preMission=preMission
for i=1,#preMission do
@@ -178,7 +178,7 @@ function copyTarget()
return data.encode("string","base64",data.compress("string","deflate",str))
end
function pasteTarget(str)
function pasteMission(str)
local _
--Decode
@@ -197,6 +197,7 @@ function pasteTarget(str)
end
end
preMission=mission
sceneTemp.cur=#preMission
return true
end