玩家绘制代码调整

This commit is contained in:
MrZ626
2020-09-02 22:25:24 +08:00
parent 719a14bed4
commit e7a9a2c0e9
75 changed files with 501 additions and 521 deletions

View File

@@ -11,8 +11,6 @@ return{
PLY.newPlayer(1,340,15)
PLY.newAIPlayer(2,965,360,.5,AITemplate("9S",7))
end,
mesDisp=function(P,dx,dy)
end,
score=function(P)return{P.stat.time}end,
scoreDisp=function(D)return toTime(D[1])end,
comp=function(a,b)return a[1]<b[1]end,