7BGZ4VSMRYOQFM7U5O53W2QZFO7IYUESG7NBYODYKS5D75JYPV4QC
on.resize = function()
initialize_layout()
end
initialize_layout = function()
X = App.screen.width/4
Y = App.screen.height/4
Square_side = math.min(App.screen.width/5, App.screen.height/5, 100)
Font_size = Square_side*0.8
love.graphics.setFont(love.graphics.newFont(Font_size))
Padding = (Square_side-Font_size)/2
end