F3EOXJ2CP6SRZ73BNDJDR2EDM5X67Z2EZEDQW5FV5M73UKSNZVRQC
local w = math.min(1600, Global_viewport.w)
local h = math.min(1600, Global_viewport.h)
Canvas = love.graphics.newCanvas(w, h)
love.graphics.setCanvas(Canvas)
App.fake_key_press = true -- Hack; disable drawing the menu and ticks
on.draw()
App.fake_key_press = nil
love.graphics.setCanvas()
Viewport = saved_viewport