Examples of MainMenuScreen


Examples of org.sfaci.jumper2dx.screens.MainMenuScreen

      try {
        Thread.sleep(2000);
      } catch (InterruptedException ie) {}
            ResourceManager.getSound("sounds/game_over.wav").play();
            spriteManager.game.getScreen().dispose();
      spriteManager.game.setScreen(new MainMenuScreen(spriteManager.game));
    }
    else {
            spriteManager.levelManager.restartCurrentLevel();
            spriteManager.loadCurrentLevel();
    }
View Full Code Here

Examples of org.sfsoft.jfighter2dx.screens.MainMenuScreen

    camera.update();
   
    batch = new SpriteBatch();
    font = new BitmapFont();
   
    setScreen(new MainMenuScreen(this));
  }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.