예제 #1
0
 void endOfLevel()
 {
     AudioManager.singleton.PlaySFX("teleport"); //see if this works, may need to play delayed?
     Debug.Log("End of Level Trigger Entered!");
     mui.ExitFound();
     gm.playerWin = true;
     gm.roundOver = true;
 }