Merge pull request #13474 from zfox23/MS16235_handshakeParticles

Fix MS16235: Set previously-buggy Handshake particle properties to 0
This commit is contained in:
Zach Fox 2018-06-27 12:16:48 -07:00 committed by GitHub
commit bdeb22703c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -88,8 +88,8 @@
"polarFinish": 1,
"radiusFinish": 0.3,
"radiusStart": 0.04,
"speedSpread": 0.01,
"radiusSpread": 0.9,
"speedSpread": 0.00,
"radiusSpread": 0.0,
"textures": "http://hifi-content.s3.amazonaws.com/alan/dev/Particles/Bokeh-Particle.png",
"color": {"red": 200, "green": 170, "blue": 255},
"colorFinish": {"red": 0, "green": 134, "blue": 255},