Package aitgame.tilegame.minigames.historygame

Examples of aitgame.tilegame.minigames.historygame.HistoryGame.show()


  * Displays the Historygame to the screen.
  */
  public void displayPopupHistoriaGame(){
    HistoryGame historyGame = new HistoryGame(screen.getFullScreenWindow(), inputManager);
 
    historyGame.show(screen);

    //load GradeShower
    gradeShower = new GradeShower(historyGame, inputManager, gradeManager);

    displayGradeShower();
View Full Code Here


  * Displays the Historygame to the screen.
  */
  public void displayPopupHistoriaGame(){
    HistoryGame historyGame = new HistoryGame(screen.getFullScreenWindow(), inputManager);
 
    historyGame.show(screen);

    //load GradeShower
    gradeShower = new GradeShower(historyGame, inputManager, gradeManager);

    displayGradeShower();
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.