MES改回根据屏幕比例绘制

This commit is contained in:
MrZ626
2021-12-29 00:03:38 +08:00
parent 786490c654
commit 5615037fd5

View File

@@ -720,9 +720,9 @@ function love.run()
--Draw cursor
if mouseShow then drawCursor(time,mx,my)end
gc_replaceTransform(SCR.origin)
gc_replaceTransform(SCR.xOy_ul)
MES_draw()
gc_replaceTransform(SCR.origin)
--Draw power info.
if showPowerInfo then
gc_setColor(1,1,1)