Ejemplo n.º 1
0
 public void LoadContent(Game1 game)
 {
     State = Constants.Scene.SCENE_STATE.LOADING;
     gameObjectManager.LoadContent(game);
     ParticlesProcessor.LoadContent(game);
     AudioProcessor.LoadContentAndPlay(game);
     UIProcessor.LoadContent(game);
 }