Example #1
0
 public Game1()
 {
     graphics = new GraphicsDeviceManager(this);
     Content.RootDirectory = "Content";
     platforms             = new List <Platform>();
     tokens   = new List <Token>();
     gameText = new GameText();
     state    = GameState.Start;
 }