微调几乎所有模式左侧信息位置,对齐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

@@ -138,7 +138,7 @@ return{--返回一个table你也可以在之前定义一些常量或者函数
setFont(55)
local r=40-P.stat.row
if r<0 then r=0 end
mStr(r,69,265)--把计算出来的剩余行数r显示出来
mStr(r,63,265)--把计算出来的剩余行数r显示出来
PLY.draw.drawTargetLine(P,r)--使用自带的境界高度线绘制函数
end,
score=function(P)return{P.stat.time,P.stat.piece}end,--游戏结束时需要保存的本局关键信息