mirror of
https://github.com/RHeavenStudio/HeavenStudio.git
synced 2025-06-12 19:57:38 +02:00
Multisound + Combo miss animation
This commit is contained in:
@ -116,6 +116,12 @@ namespace RhythmHeavenMania.Games.KarateMan
|
||||
lastRot = Holder.transform.GetChild(0).eulerAngles.z;
|
||||
|
||||
StateCheck(normalizedBeat);
|
||||
|
||||
if (normalizedBeat > 1)
|
||||
{
|
||||
Sprite.GetComponent<SpriteRenderer>().sortingOrder = -20;
|
||||
Shadow.GetComponent<SpriteRenderer>().sortingOrder = -30;
|
||||
}
|
||||
}
|
||||
|
||||
if (!isHit && !isThrown)
|
||||
|
Reference in New Issue
Block a user