Examples of AirWizard


Examples of com.mojang.ld22.entity.AirWizard

    for (int i = 0; i < w * h; i++) {
      entitiesInTiles[i] = new ArrayList<Entity>();
    }
   
    if (level==1) {
      AirWizard aw = new AirWizard();
      aw.x = w*8;
      aw.y = h*8;
      add(aw);
    }
  }
 
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.