Package com.googlecode.jumpnevolve.game

Examples of com.googlecode.jumpnevolve.game.LimitedObjectFocusingCamera


    this.figure = new PlayerFigure(parent, startPosition, this);
    this.setFigures(avaiableFigures, startFigure);
    this.setActivSavepoint(this.figure.getPosition());
    this.parent.add(this.figure);
    if (cameraOnPlayer) {
      this.parent.setCamera(new LimitedObjectFocusingCamera(this.figure));
    }
  }
View Full Code Here

TOP

Related Classes of com.googlecode.jumpnevolve.game.LimitedObjectFocusingCamera

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.