Add alpha property on Shape entity

Add the tooltip for the alpha property of Shape entity.
This commit is contained in:
Alezia Kurdis 2020-03-16 23:16:14 -04:00 committed by GitHub
parent 8ab40e1a08
commit f29cde66cd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,6 +5,9 @@
"color": {
"tooltip": "The RGB value of this entity."
},
"shapeAlpha": {
"tooltip": "The alpha of this entity."
},
"text": {
"tooltip": "The text to display on the entity."
},