CC强过头了,再减速一下

This commit is contained in:
MrZ626
2020-10-12 22:36:24 +08:00
parent 652c8995fc
commit bb46f889f0
10 changed files with 19 additions and 19 deletions

View File

@@ -9,7 +9,7 @@ return{
pauseLimit=true,
load=function()
PLY.newPlayer(1,340,15)
PLY.newAIPlayer(2,965,360,.5,AITemplate("CC",6,2,true,30000))
PLY.newAIPlayer(2,965,360,.5,AITemplate("CC",5,2,true,30000))
end,
score=function(P)return{P.stat.time}end,
scoreDisp=function(D)return toTime(D[1])end,