The Clappy Trio finalized (hopefully) + Dynamic "Trio" count.

This commit is contained in:
Starpelly
2021-12-24 03:35:54 -05:00
parent d72cb639b3
commit 2c4f7bbac7
6 changed files with 956 additions and 39 deletions

View File

@ -13,7 +13,7 @@ namespace RhythmHeavenMania.Games.ClappyTrio
public bool late;
private float lastClapBeat;
private bool clapVacant;
[SerializeField] private bool clapVacant;
private int lastIndex;
@ -105,7 +105,7 @@ namespace RhythmHeavenMania.Games.ClappyTrio
this.canHit = false;
}
ClappyTrio.instance.SetFace(2, 4);
ClappyTrio.instance.SetFace(ClappyTrio.instance.Lion.Count - 1, 4);
this.GetComponent<Animator>().Play("Clap", 0, 0);
}
}