界面美化/死亡动画/自定义序列编辑器

This commit is contained in:
MrZ_26
2020-07-15 23:22:44 +08:00
parent 3d22f5d8ca
commit 882b841d3f
35 changed files with 1054 additions and 812 deletions

View File

@@ -97,7 +97,7 @@ function pasteBoard()
p=p+1
end
for y=fY+1,20 do
for y=fY,20 do
for x=1,10 do
preField[y][x]=0
end
@@ -211,6 +211,7 @@ function resumeGame()
SCN.swapTo("play","none")
end
function loadGame(M)
print(M)
--rec={}
stat.lastPlay=M
curMode=Modes[M]