Tap Trial Upscale + Fixes (#352)

* many anim fixes + upscale

* more tweaks

* Implemented anim

* oops

* removed all the ref images

* fixed bg

* oops final tap anim

---------

Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
This commit is contained in:
ev
2023-03-19 13:49:17 -04:00
committed by GitHub
parent 52e2f7de07
commit cfb454bb61
216 changed files with 9780 additions and 14256 deletions

View File

@ -317,7 +317,7 @@ namespace HeavenStudio.Games
new BeatAction.Action(beat, delegate {jumpStartTime = Conductor.instance.songPositionInBeats;}),
new BeatAction.Action(beat, delegate {monkeys[0].Play("JumpTap", 0, 0); }),
new BeatAction.Action(beat, delegate {monkeys[1].Play("JumpTap", 0, 0); }),
new BeatAction.Action(beat + 1f, delegate { particleEffectMonkeys(); }),
new BeatAction.Action(beat + 1f, delegate { particleEffectMonkeys(); monkeys[0].Play("Jumpactualtap", 0, 0); monkeys[1].Play("Jumpactualtap", 0, 0); }),
new BeatAction.Action(beat + 1f, delegate { particleEffectMonkeys_2(); }),
});