mirror of
https://github.com/overte-org/overte.git
synced 2025-07-23 11:44:09 +02:00
Fix MS16235: Set previously-buggy Handshake particle properties to 0
This commit is contained in:
parent
0c9f0cbe03
commit
6f956ffb8d
1 changed files with 2 additions and 2 deletions
|
@ -88,8 +88,8 @@
|
||||||
"polarFinish": 1,
|
"polarFinish": 1,
|
||||||
"radiusFinish": 0.3,
|
"radiusFinish": 0.3,
|
||||||
"radiusStart": 0.04,
|
"radiusStart": 0.04,
|
||||||
"speedSpread": 0.01,
|
"speedSpread": 0.00,
|
||||||
"radiusSpread": 0.9,
|
"radiusSpread": 0.0,
|
||||||
"textures": "http://hifi-content.s3.amazonaws.com/alan/dev/Particles/Bokeh-Particle.png",
|
"textures": "http://hifi-content.s3.amazonaws.com/alan/dev/Particles/Bokeh-Particle.png",
|
||||||
"color": {"red": 200, "green": 170, "blue": 255},
|
"color": {"red": 200, "green": 170, "blue": 255},
|
||||||
"colorFinish": {"red": 0, "green": 134, "blue": 255},
|
"colorFinish": {"red": 0, "green": 134, "blue": 255},
|
||||||
|
|
Loading…
Reference in a new issue