mirror of
https://github.com/RHeavenStudio/HeavenStudio.git
synced 2025-06-13 18:47:38 +02:00
Added better SFX to Wizard's Waltz
This commit is contained in:
Binary file not shown.
Binary file not shown.
BIN
Assets/Resources/Sfx/games/wizardsWaltz/wand.ogg
Normal file
BIN
Assets/Resources/Sfx/games/wizardsWaltz/wand.ogg
Normal file
Binary file not shown.
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))
|
if (PlayerInput.Pressed(true))
|
||||||
{
|
{
|
||||||
animator.Play("Magic", 0, 0);
|
animator.Play("Magic", 0, 0);
|
||||||
|
Jukebox.PlayOneShotGame("wizardsWaltz/wand");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user