Example #1
0
 void Awake()
 {
     instance     = this;
     launchesLeft = Player.Instance.GetLaunches();
     currentCoins = 0;
     SetCoinsText();
     gameIsOver = false;
 }
Example #2
0
 // Use this for initialization
 void Start()
 {
     instance = this;
     Init();
 }