function love.conf(t) t.version = 11.3 t.window.width = 640 t.window.height = 600 t.window.title = "sfxr.lua Demo" end