修正49和99左侧信息不见了

This commit is contained in:
MrZ626
2021-08-29 21:58:35 +08:00
parent f4583e46bf
commit 5d57feaea5
7 changed files with 11 additions and 18 deletions

View File

@@ -0,0 +1,5 @@
return{
mesDisp=function(P)
PLY.draw.drawRoyaleInfo(P)
end,
}

View File

@@ -22,6 +22,7 @@ return{
garbageSpeed=.3,
pushSpeed=2,
freshLimit=15,
eventSet='royale',
bg='rainbow',bgm='sugar fairy',
},
load=function()
@@ -52,9 +53,6 @@ return{
n=n+1
end end
end,
mesDisp=function(P)
PLY.draw.drawRoyaleInfo(P)
end,
score=function(P)return{P.modeData.place,P.modeData.ko}end,
scoreDisp=function(D)return"NO."..D[1].." KO:"..D[2]end,
comp=function(a,b)return a[1]<b[1]or a[1]==b[1]and a[2]>b[2]end,

View File

@@ -22,6 +22,7 @@ return{
garbageSpeed=.3,
pushSpeed=2,
freshLimit=15,
eventSet='royale',
bg='rainbow',bgm='rockblock',
},
load=function()
@@ -52,9 +53,6 @@ return{
n=n+1
end end
end,
mesDisp=function(P)
PLY.draw.drawRoyaleInfo(P)
end,
score=function(P)return{P.modeData.place,P.modeData.ko}end,
scoreDisp=function(D)return"NO."..D[1].." KO:"..D[2]end,
comp=function(a,b)return a[1]<b[1]or a[1]==b[1]and a[2]>b[2]end,

View File

@@ -22,6 +22,7 @@ return{
garbageSpeed=.3,
pushSpeed=2,
freshLimit=15,
eventSet='royale',
bg='rainbow',bgm='magicblock',
},
load=function()
@@ -52,9 +53,6 @@ return{
n=n+1
end end
end,
mesDisp=function(P)
PLY.draw.drawRoyaleInfo(P)
end,
score=function(P)return{P.modeData.place,P.modeData.ko}end,
scoreDisp=function(D)return"NO."..D[1].." KO:"..D[2]end,
comp=function(a,b)return a[1]<b[1]or a[1]==b[1]and a[2]>b[2]end,

View File

@@ -22,6 +22,7 @@ return{
garbageSpeed=.3,
pushSpeed=2,
freshLimit=15,
eventSet='royale',
bg='rainbow',bgm='sugar fairy',
},
load=function()
@@ -52,9 +53,6 @@ return{
n=n+1
end end
end,
mesDisp=function(P)
PLY.draw.drawRoyaleInfo(P)
end,
score=function(P)return{P.modeData.place,P.modeData.ko}end,
scoreDisp=function(D)return"NO."..D[1].." KO:"..D[2]end,
comp=function(a,b)return a[1]<b[1]or a[1]==b[1]and a[2]>b[2]end,

View File

@@ -22,6 +22,7 @@ return{
garbageSpeed=.3,
pushSpeed=2,
freshLimit=15,
eventSet='royale',
bg='rainbow',bgm='rockblock',
},
load=function()
@@ -52,9 +53,6 @@ return{
n=n+1
end end
end,
mesDisp=function(P)
PLY.draw.drawRoyaleInfo(P)
end,
score=function(P)return{P.modeData.place,P.modeData.ko}end,
scoreDisp=function(D)return"NO."..D[1].." KO:"..D[2]end,
comp=function(a,b)return a[1]<b[1]or a[1]==b[1]and a[2]>b[2]end,

View File

@@ -22,6 +22,7 @@ return{
garbageSpeed=.3,
pushSpeed=2,
freshLimit=15,
eventSet='royale',
bg='rainbow',bgm='magicblock',
},
load=function()
@@ -52,9 +53,6 @@ return{
n=n+1
end end
end,
mesDisp=function(P)
PLY.draw.drawRoyaleInfo(P)
end,
score=function(P)return{P.modeData.place,P.modeData.ko}end,
scoreDisp=function(D)return"NO."..D[1].." KO:"..D[2]end,
comp=function(a,b)return a[1]<b[1]or a[1]==b[1]and a[2]>b[2]end,