Merge pull request #267 from argonui/soundcube

updated soundcube
This commit is contained in:
Chr1Z 2023-04-18 09:31:10 +02:00 committed by GitHub
commit 5bd8755155
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View File

@ -12,7 +12,7 @@
},
"CustomAssetbundle": {
"AssetbundleSecondaryURL": "",
"AssetbundleURL": "http://cloud-3.steamusercontent.com/ugc/2037356539985233174/FB2785745105BDFB2903346BEA6D090B7A4609AC/",
"AssetbundleURL": "http://cloud-3.steamusercontent.com/ugc/2037357792047851922/4D45FF1CA6F765ED1BCE935567BE88DED2AC5710/",
"LoopingEffectIndex": 0,
"MaterialIndex": 2,
"TypeIndex": 0

View File

@ -4,7 +4,8 @@ do
-- this table links the name of a trigger effect to its index
local soundIndices = {
["Vacuum"] = 0,
["Deep Bell"] = 1
["Deep Bell"] = 1,
["Dark Souls"] = 2
}
function playTriggerEffect(index)