Added better SFX to Wizard's Waltz

This commit is contained in:
Carson Kompon 2022-03-05 01:02:46 -05:00
parent 39e8707e44
commit 61d31f47f6
5 changed files with 23 additions and 0 deletions

Binary file not shown.

View 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:

View file

@ -43,6 +43,7 @@ namespace RhythmHeavenMania.Games.WizardsWaltz
if (PlayerInput.Pressed(true))
{
animator.Play("Magic", 0, 0);
Jukebox.PlayOneShotGame("wizardsWaltz/wand");
}
}