垃圾行计时速度从GAME移至gameEnv

This commit is contained in:
MrZ626
2020-12-14 16:49:11 +08:00
parent a12df840a4
commit 020c87158c
15 changed files with 24 additions and 16 deletions

View File

@@ -16,12 +16,12 @@ return{
drop=300,lock=300,
infHold=true,
dropPiece=update_round,
garbageSpeed=1e99,
bg="rainbow",bgm="push",
},
load=function()
PLY.newPlayer(1)
PLY.newAIPlayer(2,AIBUILDER("CC",10,3,true,40000))
GAME.garbageSpeed=1e99
end,
score=function(P)return{P.stat.piece,P.stat.frame/60}end,
scoreDisp=function(D)return D[1].." Pieces "..toTime(D[2])end,