Example #1
0
        public BismuthGame()
        {
            Graphics          = new GraphicsDeviceManager(this);
            ResolutionManager = new ResolutionManager(Graphics);

            Content.RootDirectory = "Content";

            ContentManager = new BismuthContentManager(Services);
            ContentManager.RootDirectory = "Content";
        }
Example #2
0
        public BismuthGame()
        {
            Graphics = new GraphicsDeviceManager(this);
            ResolutionManager = new ResolutionManager(Graphics);

            Content.RootDirectory = "Content";

            ContentManager = new BismuthContentManager(Services);
            ContentManager.RootDirectory = "Content";
        }