mirror of
https://github.com/RHeavenStudioPlus/HeavenStudioPlus.git
synced 2024-11-08 18:55:07 +00:00
Added Tap Trial miss sound
This commit is contained in:
parent
c5a9c70e0e
commit
02d2b411fd
2 changed files with 23 additions and 1 deletions
22
Assets/Resources/Sfx/games/tapTrial/tonk.wav.meta
Normal file
22
Assets/Resources/Sfx/games/tapTrial/tonk.wav.meta
Normal file
|
@ -0,0 +1,22 @@
|
|||
fileFormatVersion: 2
|
||||
guid: 432d91ac343eb7249aa719c1cc69dca1
|
||||
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:
|
|
@ -24,7 +24,7 @@ namespace RhythmHeavenMania.Games.TapTrial
|
|||
|
||||
public void Tap(bool hit)
|
||||
{
|
||||
Jukebox.PlayOneShotGame("tapTrial/tap");
|
||||
Jukebox.PlayOneShotGame("tapTrial/tonk");
|
||||
anim.Play("Tap", 0, 0);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue