Fix tooltip text for particles alpha properties

Fix the tooltip's text for particle alpha properties.
This commit is contained in:
Alezia Kurdis 2020-04-04 22:18:59 -04:00 committed by GitHub
parent 4a3405484c
commit cdef49d633
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -319,17 +319,17 @@
"tooltip": "The spread in color that each particle is given, resulting in a variety of colors."
},
"particleAlphaTriple": {
"tooltip": "Set the opacity of the each particle between 0.0 fully transparent and 1.0 completely opaque.",
"tooltip": "Set the opacity of each particle between 0.0 fully transparent and 1.0 completely opaque.",
"jsPropertyName": "alpha"
},
"alpha": {
"tooltip": "Set the opacity of the each particle between 0.0 fully transparent and 1.0 completely opaque."
"tooltip": "Set the opacity of each particle between 0.0 fully transparent and 1.0 completely opaque."
},
"alphaStart": {
"tooltip": "Set the initial opacity level of the each particle between 0.0 fully transparent and 1.0 completely opaque."
"tooltip": "Set the initial opacity level of each particle between 0.0 fully transparent and 1.0 completely opaque."
},
"alphaFinish": {
"tooltip": "Set the final opacity level of the each particle between 0.0 fully transparent and 1.0 completely opaque."
"tooltip": "Set the final opacity level of each particle between 0.0 fully transparent and 1.0 completely opaque."
},
"alphaSpread": {
"tooltip": "The spread in opacity that each particle is given, resulting in a variety of opacity levels."