function love.conf(t) t.title = "notnauts" t.version = "0.10.1" t.window.icon = "assets/icon.png" t.window.width = 315*4 t.window.height = 200*4 t.console = true end