mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 22:36:57 +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": {
|
"shapeAlpha": {
|
||||||
"tooltip": "The opacity of the entity between 0.0 fully transparent and 1.0 completely opaque."
|
"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": {
|
"text": {
|
||||||
"tooltip": "The text to display on the entity."
|
"tooltip": "The text to display on the entity."
|
||||||
},
|
},
|
||||||
|
|
|
@ -181,7 +181,8 @@ const GROUPS = [
|
||||||
{
|
{
|
||||||
label: "Unlit",
|
label: "Unlit",
|
||||||
type: "bool",
|
type: "bool",
|
||||||
propertyID: "unlit",
|
propertyID: "shapeUnlit",
|
||||||
|
propertyName: "unlit"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue