diff --git a/dancodesrbx/soundmanager b/dancodesrbx/soundmanager new file mode 100644 index 0000000..40b2405 --- /dev/null +++ b/dancodesrbx/soundmanager @@ -0,0 +1,15 @@ +["1.0.0 roblox"] +published_at = "2024-12-30T19:15:14.419407750Z" +description = "A lightweight module for playing and replicating one-shot sounds." +license = "MIT" +authors = ["DanCodesRBX"] +repository = "https://github.com/DanCodesRBX/sound-manager" + +["1.0.0 roblox".target] +environment = "roblox" +lib = "src/init.luau" +build_files = ["src"] + +["1.0.0 roblox".dependencies] +rojo = [{ name = "pesde/rojo", version = "^7.4.4", index = "https://github.com/pesde-pkg/index", target = "lune" }, "dev"] +scripts = [{ name = "pesde/scripts_rojo", version = "^0.1.0", index = "https://github.com/pesde-pkg/index", target = "lune" }, "dev"]