ai难度再调整

This commit is contained in:
MrZ626
2020-09-09 14:32:28 +08:00
parent a8130ebbe9
commit a6465db5f9
13 changed files with 19 additions and 19 deletions

View File

@@ -20,7 +20,7 @@ return{
},
load=function()
PLY.newPlayer(1,340,15)
PLY.newAIPlayer(2,965,360,.5,AITemplate("CC",10,1,true,10000))
PLY.newAIPlayer(2,965,360,.5,AITemplate("CC",10,1,true,13000))
game.garbageSpeed=1e99
end,
score=function(P)return{P.stat.piece,P.stat.time}end,