Package net.sf.fysix.world

Examples of net.sf.fysix.world.TestShip


   
  }

  @Override
  public void enterCreate(World world, Vector2d pos) {
    playerShip = new TestShip(this, input, shapeData);
    mainEngine = new TestEngine(this);
//    leftEngine = new TestEngineLeft(input);
   
    respawnPos = pos;
    playerShip.setPosition(respawnPos);
View Full Code Here

TOP

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

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.