微调几乎所有模式左侧信息位置,对齐hold框中间

This commit is contained in:
MrZ626
2021-08-09 02:22:15 +08:00
parent 3452ae1d66
commit e7e568f67a
82 changed files with 204 additions and 207 deletions

View File

@@ -9,7 +9,7 @@ return{
mesDisp=function(P)
setFont(70)
local R=200-P.stat.row
mStr(R>=0 and R or 0,69,265)
mStr(R>=0 and R or 0,63,265)
end,
score=function(P)return{P.stat.score}end,
scoreDisp=function(D)return tostring(D[1])end,