mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
Fix tooltip text for particles alpha properties
Fix the tooltip's text for particle alpha properties.
This commit is contained in:
parent
4a3405484c
commit
cdef49d633
1 changed files with 4 additions and 4 deletions
|
@ -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."
|
||||
|
|
Loading…
Reference in a new issue