mirror of
https://github.com/RHeavenStudio/HeavenStudio.git
synced 2025-06-12 20:37:39 +02:00
Bop Refactor + Tweaks/Fixes (#582)
* blue bear tweaks * OnBeatPulse callback added * Fixing humming bug in BM + Metronome fix + Some games conversion to onbeatpulse * clappy trio to drumming practice * rest of the games converted * two minor changes
This commit is contained in:
@ -41,7 +41,7 @@ namespace HeavenStudio.Games.Scripts_TossBoys
|
||||
|
||||
public void Bop()
|
||||
{
|
||||
if (!anim.IsAnimationNotPlaying() || crouch || preparing) return;
|
||||
if (crouch || preparing) return;
|
||||
DoAnimationScaledAsync("Bop", 0.5f);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user