Package net.sf.fysix.world

Examples of net.sf.fysix.world.TestPlanetEnvironment


    player2.enterPlayActive(world);
    hud2.setPlayerShip(player2);
    pb2.setPlayerShip(player2);
   
    //planet = new Planet(60, AbstractWorldObject.TTL_INFINITE, TypeE.OBJECT_ALIVE);
    testPlanetEnvironment = new TestPlanetEnvironment(new Vector2d(300, 0))// TODO : Test
    //planet.setPosition(new Vector2d(300, 0));
    //world.addObject(planet, false);
   
    // MAP/LEVEL
    if(levelEditor == false){
View Full Code Here

TOP

Related Classes of net.sf.fysix.world.TestPlanetEnvironment

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.