1 2 3 4 5 6 7 8
function love.conf(t) t.title = "notnauts" t.version = "0.10.1" t.window.icon = "assets/icon.png" t.window.width = 290*2 t.window.height = 180*2 t.console = true end