24TI6Z37DFRITXCLED3MTXAMRBPA6TMPH642AGCIMJSO3BMNHWAQC
YFQRJ4EYPIIUN26G4XKLAXK4YHJ54IKUDI272U4UT6BP2JEXWK6QC
L2TYWUSDK63PUPQK7WNTLC4VTLIXC2DGVCTJG7RKVG2ZUHX7QC4QC
7TQAF4BYIK75EEYCCK7VEUSZHNCWMWIA3HZGQKIILYESUZ5ZZRVQC
VUJJNWJDHQFAQO4QGV7YOXG3K7M66P7SIYNA22R36LIBDKFMKPIQC
6KWWBTHIBL5OC34J2QFGMVZHPMIGFHVICSABW2UP34OJO67J7EGQC
snapshot_canvas()
snapshot_canvas(cw, ch)
snapshot_canvas(Global_viewport.w, Global_viewport.h)
end
snapshot_canvas = function()
snapshot_canvas = function(new_width, new_height)
App.screen.width,App.screen.height = Global_viewport.w, Global_viewport.h
App.screen.width, App.screen.height = new_width, new_height
local w = math.min(16000, Global_viewport.w) local h = math.min(16000, Global_viewport.h)
local w = math.min(16000, Global_viewport.w)
local h = math.min(16000, Global_viewport.h)
local w = math.min(16000, App.screen.width) local h = math.min(16000, App.screen.height)
local w = math.min(16000, App.screen.width)
local h = math.min(16000, App.screen.height)