HNRU45ZMZ2PO6LQPPQDG6OOBJSQNNHSV6BFCKYVF4MKIAIVBH6YQC
36Z442IVPXHZ7D2QI26YLN3TDDEMDRQ2GKBYQAD6NUHQZVCCY4VAC
OTIBCAUJ3KDQJLVDN3A536DLZGNRYMGJLORZVR3WLCGXGO6UGO6AC
local em = App.newText(love.graphics.getFont(), 'm') initialize_window_geometry(App.width(em))endfunction initialize_window_geometry(em_width)
local em = App.newText(love.graphics.getFont(), 'm')
initialize_window_geometry(App.width(em))
end
function initialize_window_geometry(em_width)
App.screen.width = 40*em_width
App.screen.width = 40*App.width(App.newText(love.graphics.getFont(), 'm'))