玩家ui场地坐标原点向下移动70单位

This commit is contained in:
MrZ626
2020-12-08 14:06:44 +08:00
parent d018265175
commit fc39239be1
76 changed files with 263 additions and 261 deletions

View File

@@ -50,14 +50,14 @@ return{
end,
mesDisp=function(P)
setFont(55)
mStr(P.modeData.event,69,270)
mStr(P.modeData.event,69,200)
mStr(
P.modeData.event<10 and 20
or P.modeData.event<20 and 24
or 28
,69,390)
mText(drawableText.wave,69,330)
mText(drawableText.nextWave,69,450)
,69,320)
mText(drawableText.wave,69,260)
mText(drawableText.nextWave,69,380)
end,
score=function(P)return{P.modeData.event,P.stat.frame/60}end,
scoreDisp=function(D)return D[1].." Waves "..toTime(D[2])end,