mirror of
https://github.com/RHeavenStudio/HeavenStudio.git
synced 2025-06-12 15:07:39 +02:00
Blue Bear Additions (#365)
* Set up blue bear for animations and fixed tap trial again * eyes closed anims * hi * z axis awkward * smile anim * Anim stuff implemented * bunch of animations * oops * all anims But the crumbs! * All animations implemented * Set emotion is not stretchable anymore * Crumb animators added * hd sprites 2 * Implemented more anims yahoo * upscaled other sheet, anim stuff * small fix * more anims * crumb anims * Face crumbs implemented * final anims * oops --------- Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
This commit is contained in:
@ -211,7 +211,7 @@ namespace HeavenStudio.Games
|
||||
|
||||
BeatAction.New(gameObject, new List<BeatAction.Action>()
|
||||
{
|
||||
new BeatAction.Action(beat + 2f, delegate { isPrep = false; })
|
||||
new BeatAction.Action(beat + 1.5f, delegate { isPrep = false; })
|
||||
});
|
||||
}
|
||||
|
||||
@ -246,7 +246,7 @@ namespace HeavenStudio.Games
|
||||
|
||||
BeatAction.New(gameObject, new List<BeatAction.Action>()
|
||||
{
|
||||
new BeatAction.Action(beat + 1.99f, delegate { isPrep = false; })
|
||||
new BeatAction.Action(beat + 1.5f, delegate { isPrep = false; })
|
||||
});
|
||||
|
||||
ScheduleInput(beat, 1f, InputType.STANDARD_DOWN, OnDoubleTap, OnTapMiss, OnEmpty);
|
||||
|
Reference in New Issue
Block a user