New tooltips for the alpha properties.

This fix replaces the text of the tooltips of all the "alpha" properties
by a more informative text for profane users.
This commit is contained in:
Alezia Kurdis 2020-03-20 23:01:28 -04:00 committed by GitHub
parent 1f72e995d7
commit c86bf3dd7d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,10 +3,10 @@
"tooltip": "The shape of this entity's geometry." "tooltip": "The shape of this entity's geometry."
}, },
"color": { "color": {
"tooltip": "The RGB value of this entity." "tooltip": "The color of this entity."
}, },
"shapeAlpha": { "shapeAlpha": {
"tooltip": "The alpha of this entity." "tooltip": "Set the opacity of the entity between 0.0 fully transparent and 1.0 completely opaque."
}, },
"text": { "text": {
"tooltip": "The text to display on the entity." "tooltip": "The text to display on the entity."
@ -15,13 +15,13 @@
"tooltip": "The color of the text." "tooltip": "The color of the text."
}, },
"textAlpha": { "textAlpha": {
"tooltip": "The alpha of the text." "tooltip": "Set the opacity of the text between 0.0 fully transparent and 1.0 completely opaque."
}, },
"backgroundColor": { "backgroundColor": {
"tooltip": "The color of the background." "tooltip": "The color of the background."
}, },
"backgroundAlpha": { "backgroundAlpha": {
"tooltip": "The alpha of the background." "tooltip": "Set the opacity of the background between 0.0 fully transparent and 1.0 completely opaque."
}, },
"lineHeight": { "lineHeight": {
"tooltip": "The height of each line of text. This determines the size of the text." "tooltip": "The height of each line of text. This determines the size of the text."
@ -212,7 +212,7 @@
"jsPropertyName": "color" "jsPropertyName": "color"
}, },
"imageAlpha": { "imageAlpha": {
"tooltip": "The alpha of the image." "tooltip": "Set the opacity of the image between 0.0 fully transparent and 1.0 completely opaque."
}, },
"emissive": { "emissive": {
"tooltip": "If enabled, the image will display at full brightness." "tooltip": "If enabled, the image will display at full brightness."
@ -319,20 +319,20 @@
"tooltip": "The spread in color that each particle is given, resulting in a variety of colors." "tooltip": "The spread in color that each particle is given, resulting in a variety of colors."
}, },
"particleAlphaTriple": { "particleAlphaTriple": {
"tooltip": "The alpha of each particle.", "tooltip": "Set the opacity of the each particle between 0.0 fully transparent and 1.0 completely opaque.",
"jsPropertyName": "alpha" "jsPropertyName": "alpha"
}, },
"alpha": { "alpha": {
"tooltip": "The alpha of each particle." "tooltip": "Set the opacity of the each particle between 0.0 fully transparent and 1.0 completely opaque."
}, },
"alphaStart": { "alphaStart": {
"tooltip": "The start alpha of each particle." "tooltip": "Set the initial opacity level of the each particle between 0.0 fully transparent and 1.0 completely opaque."
}, },
"alphaFinish": { "alphaFinish": {
"tooltip": "The finish alpha of each particle." "tooltip": "Set the final opacity level of the each particle between 0.0 fully transparent and 1.0 completely opaque."
}, },
"alphaSpread": { "alphaSpread": {
"tooltip": "The spread in alpha that each particle is given, resulting in a variety of alphas." "tooltip": "The spread in opacity that each particle is given, resulting in a variety of opacity levels."
}, },
"emitAcceleration": { "emitAcceleration": {
"tooltip": "The acceleration that is applied to each particle during its lifetime." "tooltip": "The acceleration that is applied to each particle during its lifetime."
@ -602,7 +602,7 @@
"tooltip": "The tint of the web entity." "tooltip": "The tint of the web entity."
}, },
"webAlpha": { "webAlpha": {
"tooltip": "The alpha of the web entity." "tooltip": "Set the opacity of the web entity between 0.0 fully transparent and 1.0 completely opaque."
}, },
"maxFPS": { "maxFPS": {
"tooltip": "The FPS at which to render the web entity. Higher values will have a performance impact." "tooltip": "The FPS at which to render the web entity. Higher values will have a performance impact."