Package catchemrpg.gameobjects

Examples of catchemrpg.gameobjects.MapMeta


     */
    public void initialise()
      {

        //set up the map
        world = new MapMeta(); //create blank map object.
        try
          {
            mapStream = new FileInputStream(FileManagement.ASSETS_FOLDER + MapMeta.filePath+".fmp");
          } catch (FileNotFoundException fnfe)
          {
View Full Code Here

TOP

Related Classes of catchemrpg.gameobjects.MapMeta

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.