Beispiel #1
0
 public Menu(GraphicsDevice GraphicsDevice, ContentManager Content )
 {
     // Set the MenuState to Splash
        MenuStates = States.SPLASH;
        splashScreen = new Splash(GraphicsDevice, Content);
 }
Beispiel #2
0
 public Menu(GraphicsDevice GraphicsDevice, ContentManager Content)
 {
     // Set the MenuState to Splash
     MenuStates   = States.SPLASH;
     splashScreen = new Splash(GraphicsDevice, Content);
 }