Exemple #1
0
        protected override void LoadContent()
        {
            TextureBank.LoadTextures(Content);
            SoundBank.LoadSound(Content);
            ValueBank.Values();

            gameManager = new GameManager(GraphicsDevice, graphics, this);

            spriteBatch = new SpriteBatch(GraphicsDevice);
        }