ai速度再调整

This commit is contained in:
MrZ626
2020-10-15 23:26:31 +08:00
parent c6000c1bb8
commit a262be5a97
3 changed files with 3 additions and 3 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",5,2,true,30000))
PLY.newAIPlayer(2,965,360,.5,AITemplate("CC",6,2,true,30000))
end,
score=function(P)return{P.stat.time}end,
scoreDisp=function(D)return toTime(D[1])end,