Fireworks Sound Effect Quality Improvement (#310)

Does exactly what the title says
This commit is contained in:
Jellirby
2023-02-21 22:48:24 -05:00
committed by GitHub
parent 8409cb2818
commit e93458546a
19 changed files with 31 additions and 31 deletions

View File

@ -192,14 +192,14 @@ namespace HeavenStudio.Games
{
MultiSound.Play(new MultiSound.Sound[]
{
new MultiSound.Sound("fireworks/sparkler", beat, 1, 1, false, 0.223f)
new MultiSound.Sound("fireworks/nuei", beat, 1, 1, false, 0.223f)
}, forcePlay: true);
}
else
{
MultiSound.Play(new MultiSound.Sound[]
{
new MultiSound.Sound("fireworks/rocket", beat)
new MultiSound.Sound("fireworks/rocket_2", beat)
}, forcePlay: true);
}
if (GameManager.instance.currentGame == "fireworks")
@ -260,7 +260,7 @@ namespace HeavenStudio.Games
public void SpawnBomb(float beat, bool practice, bool applause)
{
Jukebox.PlayOneShotGame("fireworks/bomb");
Jukebox.PlayOneShotGame("fireworks/tamaya_4");
if (practice)
{
MultiSound.Play(new MultiSound.Sound[]