玩家绘制代码调整

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

@@ -19,8 +19,6 @@ return{
load=function()
PLY.newPlayer(1,340,15)
end,
mesDisp=function(P,dx,dy)
end,
score=function(P)return{P.modeData.event,P.stat.extraRate}end,
scoreDisp=function(D)return D[1].."Stage "..format("%.2f",D[2]).."%"end,
comp=function(a,b)return a[1]>b[1]end,