Update hiddenEntityReset.js

add zeroes
This commit is contained in:
James B. Pollack 2015-12-22 12:07:57 -08:00
parent 51630734df
commit 5e0a428dec

View file

@ -239,26 +239,26 @@
lifespan: 1,
emitRate: 1000,
emitOrientation: forwardQuat,
emitSpeed: .2,
emitSpeed: 0.2,
speedSpread: 0.0,
polarStart: 0,
polarFinish: .0,
azimuthStart: .1,
azimuthFinish: .01,
polarFinish: 0.0,
azimuthStart: 0.1,
azimuthFinish: 0.01,
emitAcceleration: {
x: 0,
y: 0,
z: 0
},
accelerationSpread: {
x: .00,
y: .00,
z: .00
x: 0.00,
y: 0.00,
z: 0.00
},
radiusStart: 0.03,
radiusFinish: 0.025,
alpha: 0.7,
alphaSpread: .1,
alphaSpread:0.1,
alphaStart: 0.5,
alphaFinish: 0.5,
textures: "https://s3.amazonaws.com/hifi-public/eric/textures/particleSprites/beamParticle.png",
@ -1512,4 +1512,4 @@
};
// entity scripts always need to return a newly constructed object of our type
return new ResetSwitch();
});
});