diff --git a/Assets/Resources/Sfx/games/lumbearjack/bigBallCut.wav b/Assets/Resources/Sfx/games/lumbearjack/bigBallCut.wav index d954bf30e..a89048c44 100644 Binary files a/Assets/Resources/Sfx/games/lumbearjack/bigBallCut.wav and b/Assets/Resources/Sfx/games/lumbearjack/bigBallCut.wav differ diff --git a/Assets/Resources/Sfx/games/lumbearjack/bookBoom.ogg b/Assets/Resources/Sfx/games/lumbearjack/bookBoom.ogg new file mode 100644 index 000000000..d9264f443 Binary files /dev/null and b/Assets/Resources/Sfx/games/lumbearjack/bookBoom.ogg differ diff --git a/Assets/Resources/Sfx/games/lumbearjack/bookBoom.ogg.meta b/Assets/Resources/Sfx/games/lumbearjack/bookBoom.ogg.meta new file mode 100644 index 000000000..9bf19b674 --- /dev/null +++ b/Assets/Resources/Sfx/games/lumbearjack/bookBoom.ogg.meta @@ -0,0 +1,22 @@ +fileFormatVersion: 2 +guid: a4535db18bd7e7a43b76faecfe0c1c95 +AudioImporter: + externalObjects: {} + serializedVersion: 6 + defaultSettings: + loadType: 0 + sampleRateSetting: 0 + sampleRateOverride: 44100 + compressionFormat: 0 + quality: 1 + conversionMode: 0 + platformSettingOverrides: {} + forceToMono: 0 + normalize: 1 + preloadAudioData: 1 + loadInBackground: 0 + ambisonic: 0 + 3D: 1 + userData: + assetBundleName: rvlbooks/common + assetBundleVariant: diff --git a/Assets/Scripts/Games/LumBEARjack/LBJSmallObject.cs b/Assets/Scripts/Games/LumBEARjack/LBJSmallObject.cs index 54790e47a..a1444947f 100644 --- a/Assets/Scripts/Games/LumBEARjack/LBJSmallObject.cs +++ b/Assets/Scripts/Games/LumBEARjack/LBJSmallObject.cs @@ -117,6 +117,7 @@ namespace HeavenStudio.Games.Scripts_LumBEARjack _ => throw new System.NotImplementedException() }; SoundByte.PlayOneShotGame("lumbearjack/" + cutSound); + SoundByte.PlayOneShotGame("lumbearjack/bookBoom"); LumBEARjack.instance.DoSmallObjectEffect(_type, _bomb, caller.startBeat + caller.timer);