Tooltip for useBackground

Tooltip for useBackground
This commit is contained in:
Alezia Kurdis 2020-08-18 23:21:32 -04:00 committed by GitHub
parent c1781dc3ce
commit bda88828a0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -607,6 +607,9 @@
"webAlpha": {
"tooltip": "The opacity of the web entity between 0.0 fully transparent and 1.0 completely opaque."
},
"useBackground": {
"tooltip": "If disabled, this web entity will support a transparent background for the webpage if the CSS property of the 'body' is set with 'background-color: transparent;'"
},
"maxFPS": {
"tooltip": "The FPS at which to render the web entity. Higher values will have a performance impact."
},