玩家绘制模块改动,applyFieldOffset函数改为applyField,组合更多功能

修复部分模式往场地内部绘制信息时偏移问题
close #181
This commit is contained in:
MrZ626
2021-08-10 03:32:07 +08:00
parent a73819214b
commit 17479ac08b
9 changed files with 52 additions and 48 deletions

View File

@@ -52,8 +52,7 @@ return{
setFont(55)
mStr(P.stat.row,63,225)
mText(drawableText.line,63,290)
gc.push('transform')
PLY.draw.applyFieldOffset(P)
PLY.draw.applyField(P)
if P.modeData.showMark==0 then
local mark=TEXTURE.puzzleMark
local F=FIELD[P.modeData.finished+1]
@@ -64,6 +63,7 @@ return{
end
end end
end
gc.setStencilTest()
gc.pop()
end,
}