1 2 3 4 5 6
function love.conf(t) t.version = "11.0" t.window.title = "Slime the World!" t.window.icon = "icon.png" end