Package iryrwarosh.screens

Examples of iryrwarosh.screens.WorldMapScreen


          MessageBus.publish(new Note(world, player, "You need more than 1 rupee or heart to look far away."));
          return screen;
        }
       
        player.loseRupees(world, 1);
        return new WorldMapScreen(screen, world.map(), player.position, true);
      }
    };
    item.addTrait(Trait.DETECT_CAMOUFLAGED);
    return item;
  }
View Full Code Here

TOP

Related Classes of iryrwarosh.screens.WorldMapScreen

Copyright © 2018 www.massapicom. 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.