Package fr.tchocolate.qbe.world

Examples of fr.tchocolate.qbe.world.Map


   
    inputManager = new InputManager(this);
   
    TextureManager.loadTextures();
    MapGenerator.genMap("map1.map");
    map1 = new Map("map1.map");
   
    player = new Player(new Vector3f(1, 6, 1), new Vector3f(0, 0, 0));
    player.setWorld(map1);
  }
View Full Code Here

TOP

Related Classes of fr.tchocolate.qbe.world.Map

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.