Esempio n. 1
0
        public Game()
        {
            graphics = new GraphicsDeviceManager(this);
            Content.RootDirectory = "Content";

            stage  = new Levels.Menu(this, graphics);
            layers = new SortedSet <Layer>(new Layer.LayerComparer());
        }
Esempio n. 2
0
 public void LoadStage(Stage stg)
 {
     stage = stg;
 }