mirror of
https://github.com/RHeavenStudioPlus/HeavenStudioPlus.git
synced 2024-11-10 11:45:09 +00:00
BTS DS: Crumble sfx (thanks Maddy!)
This commit is contained in:
parent
73c1a27f05
commit
94684947f3
3 changed files with 24 additions and 0 deletions
BIN
Assets/Resources/Sfx/games/builtToScaleDS/Crumble.ogg
Normal file
BIN
Assets/Resources/Sfx/games/builtToScaleDS/Crumble.ogg
Normal file
Binary file not shown.
22
Assets/Resources/Sfx/games/builtToScaleDS/Crumble.ogg.meta
Normal file
22
Assets/Resources/Sfx/games/builtToScaleDS/Crumble.ogg.meta
Normal file
|
@ -0,0 +1,22 @@
|
||||||
|
fileFormatVersion: 2
|
||||||
|
guid: b7940bec918700840b711b159f075df5
|
||||||
|
AudioImporter:
|
||||||
|
externalObjects: {}
|
||||||
|
serializedVersion: 6
|
||||||
|
defaultSettings:
|
||||||
|
loadType: 0
|
||||||
|
sampleRateSetting: 0
|
||||||
|
sampleRateOverride: 44100
|
||||||
|
compressionFormat: 1
|
||||||
|
quality: 1
|
||||||
|
conversionMode: 0
|
||||||
|
platformSettingOverrides: {}
|
||||||
|
forceToMono: 0
|
||||||
|
normalize: 1
|
||||||
|
preloadAudioData: 1
|
||||||
|
loadInBackground: 0
|
||||||
|
ambisonic: 0
|
||||||
|
3D: 1
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
|
@ -87,6 +87,8 @@ namespace RhythmHeavenMania.Games.BuiltToScaleDS
|
||||||
game.Shoot();
|
game.Shoot();
|
||||||
game.SpawnObject(BuiltToScaleDS.BTSObject.MissPieces);
|
game.SpawnObject(BuiltToScaleDS.BTSObject.MissPieces);
|
||||||
Destroy(gameObject);
|
Destroy(gameObject);
|
||||||
|
|
||||||
|
Jukebox.PlayOneShotGame("builtToScaleDS/Crumble");
|
||||||
}
|
}
|
||||||
|
|
||||||
public override void OnAce()
|
public override void OnAce()
|
||||||
|
|
Loading…
Reference in a new issue