Reverted default entity type back to spheres

This commit is contained in:
Seiji Emery 2015-08-27 13:08:19 -07:00
parent fbf6d0efe8
commit 6583ea1791

View file

@ -476,7 +476,7 @@ var UI_SHAPE_DIMENSIONS_RANGE = [ 0.001, 2.0 ]; // axis-aligned entity dimension
this.position = position;
this.radius = radius;
this.randomizer = new RandomAttribModel();
this.boxType = "Sphere";
this.boxType = "Box";
this.boxTypes = [ "Box", "Sphere" ];
// logMessage("Spawning " + n + " entities", COLORS.GREEN);