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