-- Configuration function love.conf(t) t.title = "Breakout Pong" t.version = "11.3" t.window.width = 600 t.window.height = 650 end