mirror of
https://github.com/RHeavenStudioPlus/HeavenStudioPlus.git
synced 2024-11-10 03:35:10 +00:00
Added better SFX to Wizard's Waltz
This commit is contained in:
parent
1a3a0dcec7
commit
91ad96cc91
2 changed files with 23 additions and 0 deletions
22
Assets/Resources/Sfx/games/wizardsWaltz/wand.ogg.meta
Normal file
22
Assets/Resources/Sfx/games/wizardsWaltz/wand.ogg.meta
Normal file
|
@ -0,0 +1,22 @@
|
|||
fileFormatVersion: 2
|
||||
guid: 077d5786fe75f9a46862bce0f8ee5b8b
|
||||
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:
|
|
@ -43,6 +43,7 @@ namespace RhythmHeavenMania.Games.WizardsWaltz
|
|||
if (PlayerInput.Pressed(true))
|
||||
{
|
||||
animator.Play("Magic", 0, 0);
|
||||
Jukebox.PlayOneShotGame("wizardsWaltz/wand");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue