调整MES模块显示比例

This commit is contained in:
MrZ626
2021-06-13 19:40:20 +08:00
parent 6d78bd2b42
commit e77f415f38
2 changed files with 3 additions and 4 deletions

View File

@@ -597,8 +597,9 @@ function love.run()
gc_setColor(1,1,1)
gc_draw(ms.isDown(1)and cursor_holdImg or cursorImg,mx,my,nil,nil,nil,8,8)
end
gc_replaceTransform(SCR.origin)
gc_replaceTransform(SCR.xOy_ul)
MES.draw()
gc_replaceTransform(SCR.origin)
--Draw power info.
if SETTING.powerInfo then
gc_setColor(1,1,1)