mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-04-07 10:02:24 +02:00
Add alpha property on Shape entity
Add the tooltip for the alpha property of Shape entity.
This commit is contained in:
parent
8ab40e1a08
commit
f29cde66cd
1 changed files with 3 additions and 0 deletions
|
@ -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."
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue