mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-04-07 10:02:24 +02:00
fix create issue
This commit is contained in:
parent
c08de914b3
commit
261cb94ff0
2 changed files with 6 additions and 1 deletions
|
@ -8,6 +8,10 @@
|
|||
"shapeAlpha": {
|
||||
"tooltip": "The opacity of the entity between 0.0 fully transparent and 1.0 completely opaque."
|
||||
},
|
||||
"shapeUnlit": {
|
||||
"tooltip": "If enabled, the entity will not be lit by the keylight or local lights.",
|
||||
"jsPropertyName": "unlit"
|
||||
},
|
||||
"text": {
|
||||
"tooltip": "The text to display on the entity."
|
||||
},
|
||||
|
|
|
@ -181,7 +181,8 @@ const GROUPS = [
|
|||
{
|
||||
label: "Unlit",
|
||||
type: "bool",
|
||||
propertyID: "unlit",
|
||||
propertyID: "shapeUnlit",
|
||||
propertyName: "unlit"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue