zone tweal

This commit is contained in:
ericrius1 2015-12-14 09:01:45 -08:00
parent 7e7327042a
commit ab5b783cb7

View file

@ -23,7 +23,7 @@ var MAX_POINTS_PER_LINE = 50;
var LIFETIME = 6000; var LIFETIME = 6000;
var DRAWING_DEPTH = 0.8; var DRAWING_DEPTH = 0.8;
var LINE_DIMENSIONS = 20; var LINE_DIMENSIONS = 100;
var lightZone = Entities.addEntity({ var lightZone = Entities.addEntity({
type: "Zone", type: "Zone",
@ -78,9 +78,9 @@ function controller(side, triggerAction) {
type: 'Light', type: 'Light',
position: MyAvatar.position, position: MyAvatar.position,
dimensions: { dimensions: {
x: 20, x: 30,
y: 20, y: 30,
z: 20 z: 30
}, },
color: colorPalette[randInt(0, colorPalette.length)], color: colorPalette[randInt(0, colorPalette.length)],
intensity: 5 intensity: 5