Examples of DeadMenu


Examples of com.mojang.ld22.screen.DeadMenu

        menu.tick();
      } else {
        if (player.removed) {
          playerDeadTime++;
          if (playerDeadTime > 60) {
            setMenu(new DeadMenu());
          }
        } else {
          if (pendingLevelChange != 0) {
            setMenu(new LevelTransitionMenu(pendingLevelChange));
            pendingLevelChange = 0;
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.