Examples of TyrelionMap


Examples of tyrelion.map.TyrelionMap

      throws SlickException
    player = Player.getInstance();
    player.setPosX(2);
    player.setPosY(14);

    map = new TyrelionMap("res/maps/arthlet.tmx", container);
   
    TyrelionContainer.getInstance().setContainer(container);
    TyrelionContainer.getInstance().setMap(map);
   
    CoordinatesTranslator.getInstance().setMap(map);
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.