function love.conf(t) t.console = true t.window.width = 640 t.window.height = 480 t.window.title = "sfxr.lua Demo" end