First Contact, Tap Trial, Air Rally

First Contact
- Fixed a bug

Tap Trial
- All anims and input are implemented

Air Rally
- Initialization
This commit is contained in:
Mytiaoga
2022-07-25 10:04:55 +08:00
parent 174251eda1
commit 0c743b44d5
658 changed files with 174470 additions and 8937 deletions

View File

@ -122,6 +122,7 @@ namespace HeavenStudio.Games.Scripts_FanClub
{
animator.Play("FanFree", -1, 0);
stopBeat = false;
clappingStartTime = Single.MinValue;
}
}
}
@ -204,6 +205,7 @@ namespace HeavenStudio.Games.Scripts_FanClub
animator.Play("FanJump", -1, 0);
Jukebox.PlayOneShotGame("fanClub/play_jump");
jumpStartTime = cond.songPositionInBeats;
clappingStartTime = Single.MinValue;
stopCharge = false;
}