1 2 3 4 5 6
function love.conf(t) t.window.title = "Gutshot" t.window.width = 320 * 3 t.window.height = 180 * 3 t.window.vsync = 0 end