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(); }