コード例 #1
0
        public BismuthGame()
        {
            Graphics          = new GraphicsDeviceManager(this);
            ResolutionManager = new ResolutionManager(Graphics);

            Content.RootDirectory = "Content";

            ContentManager = new BismuthContentManager(Services);
            ContentManager.RootDirectory = "Content";
        }
コード例 #2
0
ファイル: BismuthGame.cs プロジェクト: bobsum/PLan2015
        public BismuthGame()
        {
            Graphics = new GraphicsDeviceManager(this);
            ResolutionManager = new ResolutionManager(Graphics);

            Content.RootDirectory = "Content";

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