Examples of CameraBox


Examples of m33.util.CameraBox

    load("hero.png");
    lastAnim = System.currentTimeMillis();
   
    setHitBox(TILE_SIZE-10, TILE_SIZE);

    cameraBox = new CameraBox();
  }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.