Example #1
0
        public void LoadContent(Game game)
        {
            // Create a new SpriteBatch, which can be used to draw textures.
            Renderer.CreateSpriteBatch(game);

            Global.init(game, game.Content, game.Services);
            Renderer.LoadContent(game.Content);

            InitializeTextGlow();
        }