mirror of
https://github.com/RHeavenStudio/HeavenStudio.git
synced 2025-06-13 14:37:40 +02:00
Updates to note paramaters + some additional sound fixes (for r2) (#834)
* Note param stuff + some other fixes * Stuff just for r2
This commit is contained in:
@ -66,7 +66,7 @@ namespace HeavenStudio.Games.Scripts_RhythmTweezers
|
||||
tweezers.hitOnFrame++;
|
||||
|
||||
if (pullSound != null)
|
||||
pullSound.Stop();
|
||||
pullSound.KillLoop();
|
||||
|
||||
pluckState = -1;
|
||||
}
|
||||
@ -78,7 +78,7 @@ namespace HeavenStudio.Games.Scripts_RhythmTweezers
|
||||
tweezers.anim.Play("Tweezers_Idle", 0, 0);
|
||||
|
||||
if (pullSound != null)
|
||||
pullSound.Stop();
|
||||
pullSound.KillLoop();
|
||||
|
||||
pluckState = -1;
|
||||
game.ScoreMiss();
|
||||
|
Reference in New Issue
Block a user