Example #1
0
 void SwitchOffTriggerOnKey() //Currently makes sure we can't click the Hiragana again. Later can put a funciton in the hiragana that affects animation.
 {
     LetFor_correctKey.GetComponent <BoxCollider2D>().enabled = false;
 }