CC移动速度加强,ai模式调平

This commit is contained in:
MrZ626
2020-10-12 10:01:17 +08:00
parent d3fcde7507
commit a25f3be6db
13 changed files with 29 additions and 25 deletions

View File

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