mirror of
https://github.com/RHeavenStudio/HeavenStudio.git
synced 2025-06-12 18:37:38 +02:00
Tons of cleanup in TONS OF MINIGAMES!!! (#270)
* Tons of stuff... * Drumming practice improvements * Easing for drumming practice * Converted TOTC to prefunction * Split scratch o into two * Forthington voice lines can now be played outside of air rally * Rhythm Rally Improvements * Air rally sound improvements * Spawn blocks rework * BTS ds small tweaks * Tap Trial fixes * More tweaks to tap trial * Final minor tweaks
This commit is contained in:
@ -81,9 +81,9 @@ namespace HeavenStudio.Games.Scripts_DrummingPractice
|
||||
if (!hitting)
|
||||
{
|
||||
if (count % 2 == 0)
|
||||
animator.Play("HitLeft", 0, 0);
|
||||
animator.DoScaledAnimationAsync("HitLeft", 0.6f);
|
||||
else
|
||||
animator.Play("HitRight", 0, 0);
|
||||
animator.DoScaledAnimationAsync("HitRight", 0.6f);
|
||||
count++;
|
||||
|
||||
if (player && !force)
|
||||
|
Reference in New Issue
Block a user