mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-25 19:55:07 +02:00
comment
This commit is contained in:
parent
5528050898
commit
3f08400741
1 changed files with 2 additions and 3 deletions
|
@ -474,9 +474,8 @@ const GROUPS = [
|
|||
{
|
||||
label: "Light Color",
|
||||
type: "color",
|
||||
propertyID: "lightColor", // this actually shares "color" property with shape Color but
|
||||
// separating naming here to distinguish property element/data
|
||||
propertyName: "color",
|
||||
propertyID: "lightColor",
|
||||
propertyName: "color", // actual entity property name
|
||||
},
|
||||
{
|
||||
label: "Intensity",
|
||||
|
|
Loading…
Reference in a new issue