Exemplo n.º 1
0
 public void Initialize()
 {
     currentScreen = new SplashScreen();
     fade = new FadeAnimation();
     inputManager = new InputManager();
 }
Exemplo n.º 2
0
 public void Initialize()
 {
     currentScreen = new SplashScreen();
     fade          = new FadeAnimation();
     inputManager  = new InputManager();
 }