on.draw = function() local margin=15 love.graphics.rectangle(margin, margin, App.screen.width-margin*2, App.screen.height-margin*2) end