暂停界面会显示是否启用过TAS

This commit is contained in:
MrZ626
2021-08-16 23:05:51 +08:00
parent d457fb0011
commit 39ca55fd84

View File

@@ -229,6 +229,15 @@ function scene.draw()
mStr(("%s:[%d] %.2fs"):format(text.pauseCount,GAME.pauseCount,GAME.pauseTime),305,389)
end
if GAME.tasUsed then
gc.push('transform')
gc.scale(2.6)
setFont(100)
gc.setColor(.97,.97,.97,T*.08)
gc.print("TAS",50,-23,.3)
gc.pop()
end
--Pages
if page==0 then
--Frame