function love.conf(t) t.title = 'groupGore' t.window.vsync = false t.window.width = 800 t.window.height = 600 t.console = true end