function love.conf(t) t.window.width = 800 t.window.height = 600 t.version = "0.10.0" t.modules.joystick = false t.window.title = "Don't Get a Virus" t.window.fullscreentype = "exclusive" t.window.fullscreen = false end