mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 06:44:06 +02:00
Reverted default entity type back to spheres
This commit is contained in:
parent
fbf6d0efe8
commit
6583ea1791
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue