修正tas大字位置不正确(之前默认了一个字体的尺寸所以换完字体爆了)

This commit is contained in:
MrZ626
2021-08-29 22:48:46 +08:00
parent 7ea78ee48a
commit 1807c95c53
2 changed files with 3 additions and 10 deletions

View File

@@ -329,12 +329,9 @@ local function _drawAtkPointer(x,y)
end
function scene.draw()
if tasMode then
gc.push('transform')
gc.scale(4)
setFont(100)
gc.setColor(.4,.4,.4,.5)
gc.draw(tasText,72,20)
gc.pop()
mDraw(tasText,640,360,nil,5)
end
local repMode=GAME.replaying or tasMode