mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
Merge pull request #13474 from zfox23/MS16235_handshakeParticles
Fix MS16235: Set previously-buggy Handshake particle properties to 0
This commit is contained in:
commit
bdeb22703c
1 changed files with 2 additions and 2 deletions
|
@ -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},
|
||||
|
|
Loading…
Reference in a new issue