Exemplo n.º 1
0
 void  OnTriggerEnter2D(Collider2D other)
 {
     simon.next_level();
     endtime = Time.time + .8f;
 }