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:
Rapandrasmus
2023-02-14 17:31:51 +01:00
committed by GitHub
parent df11239b04
commit fe19ddc767
203 changed files with 6749 additions and 11718 deletions

View File

@ -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)