修复几个pc模式的左侧信息文本重叠
This commit is contained in:
@@ -15,9 +15,9 @@ return{
|
|||||||
mStr(r,63,220)
|
mStr(r,63,220)
|
||||||
PLY.draw.drawTargetLine(P,r)
|
PLY.draw.drawTargetLine(P,r)
|
||||||
|
|
||||||
setFont(70)
|
setFont(60)
|
||||||
mStr(P.stat.pc,63,300)
|
mStr(P.stat.pc,63,300)
|
||||||
mText(drawableText.pc,63,350)
|
mText(drawableText.pc,63,370)
|
||||||
end,
|
end,
|
||||||
score=function(P)return{P.stat.pc,P.stat.time}end,
|
score=function(P)return{P.stat.pc,P.stat.time}end,
|
||||||
scoreDisp=function(D)return D[1].." PCs "..STRING.time(D[2])end,
|
scoreDisp=function(D)return D[1].." PCs "..STRING.time(D[2])end,
|
||||||
|
|||||||
@@ -22,9 +22,9 @@ return{
|
|||||||
bg='rgb',bgm='moonbeam',
|
bg='rgb',bgm='moonbeam',
|
||||||
},
|
},
|
||||||
mesDisp=function(P)
|
mesDisp=function(P)
|
||||||
setFont(70)
|
setFont(60)
|
||||||
mStr(P.stat.pc,63,300)
|
mStr(P.stat.pc,63,300)
|
||||||
mText(drawableText.pc,63,350)
|
mText(drawableText.pc,63,370)
|
||||||
end,
|
end,
|
||||||
score=function(P)return{P.stat.pc,P.stat.time}end,
|
score=function(P)return{P.stat.pc,P.stat.time}end,
|
||||||
scoreDisp=function(D)return D[1].." PCs "..STRING.time(D[2])end,
|
scoreDisp=function(D)return D[1].." PCs "..STRING.time(D[2])end,
|
||||||
|
|||||||
@@ -15,9 +15,9 @@ return{
|
|||||||
mStr(r,63,220)
|
mStr(r,63,220)
|
||||||
PLY.draw.drawTargetLine(P,r)
|
PLY.draw.drawTargetLine(P,r)
|
||||||
|
|
||||||
setFont(70)
|
setFont(60)
|
||||||
mStr(P.stat.pc,63,300)
|
mStr(P.stat.pc,63,300)
|
||||||
mText(drawableText.pc,63,350)
|
mText(drawableText.pc,63,370)
|
||||||
end,
|
end,
|
||||||
score=function(P)return{P.stat.pc,P.stat.time}end,
|
score=function(P)return{P.stat.pc,P.stat.time}end,
|
||||||
scoreDisp=function(D)return D[1].." PCs "..STRING.time(D[2])end,
|
scoreDisp=function(D)return D[1].." PCs "..STRING.time(D[2])end,
|
||||||
|
|||||||
@@ -13,9 +13,9 @@ return{
|
|||||||
mStr(r,63,220)
|
mStr(r,63,220)
|
||||||
PLY.draw.drawTargetLine(P,r)
|
PLY.draw.drawTargetLine(P,r)
|
||||||
|
|
||||||
setFont(70)
|
setFont(60)
|
||||||
mStr(P.stat.pc,63,300)
|
mStr(P.stat.pc,63,300)
|
||||||
mText(drawableText.pc,63,350)
|
mText(drawableText.pc,63,370)
|
||||||
end,
|
end,
|
||||||
score=function(P)return{P.stat.pc,P.stat.time}end,
|
score=function(P)return{P.stat.pc,P.stat.time}end,
|
||||||
scoreDisp=function(D)return D[1].." PCs "..STRING.time(D[2])end,
|
scoreDisp=function(D)return D[1].." PCs "..STRING.time(D[2])end,
|
||||||
|
|||||||
@@ -57,9 +57,9 @@ return{
|
|||||||
check(PLAYERS[1])
|
check(PLAYERS[1])
|
||||||
end,
|
end,
|
||||||
mesDisp=function(P)
|
mesDisp=function(P)
|
||||||
setFont(70)
|
setFont(60)
|
||||||
mStr(P.stat.pc,63,300)
|
mStr(P.stat.pc,63,300)
|
||||||
mText(drawableText.pc,63,350)
|
mText(drawableText.pc,63,370)
|
||||||
end,
|
end,
|
||||||
score=function(P)return{P.stat.pc,P.stat.time}end,
|
score=function(P)return{P.stat.pc,P.stat.time}end,
|
||||||
scoreDisp=function(D)return D[1].." PCs "..STRING.time(D[2])end,
|
scoreDisp=function(D)return D[1].." PCs "..STRING.time(D[2])end,
|
||||||
|
|||||||
@@ -48,9 +48,9 @@ return{
|
|||||||
check(PLAYERS[1])
|
check(PLAYERS[1])
|
||||||
end,
|
end,
|
||||||
mesDisp=function(P)
|
mesDisp=function(P)
|
||||||
setFont(70)
|
setFont(60)
|
||||||
mStr(P.stat.pc,63,300)
|
mStr(P.stat.pc,63,300)
|
||||||
mText(drawableText.pc,63,350)
|
mText(drawableText.pc,63,370)
|
||||||
end,
|
end,
|
||||||
score=function(P)return{P.stat.pc,P.stat.time}end,
|
score=function(P)return{P.stat.pc,P.stat.time}end,
|
||||||
scoreDisp=function(D)return D[1].." PCs "..STRING.time(D[2])end,
|
scoreDisp=function(D)return D[1].." PCs "..STRING.time(D[2])end,
|
||||||
|
|||||||
Reference in New Issue
Block a user