1 2 3 4 5 6 7
function love.conf(t) t.title = "notnauts" t.version = "0.10.1" t.window.width = 290 t.window.height = 200 t.console = true end