Exemplo n.º 1
0
 // Use this for initialization
 public override void Start()
 {
     base.Start();
     cardsTotal = levelGenerator.CardCount();
     SetGameState(GameState.Pregame);
     statusLine.pixelOffset = new Vector2(Screen.width / 2, -Screen.height / 2);
 }