mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
add color to sphere property editor
This commit is contained in:
parent
e680260c89
commit
5b8be780a7
1 changed files with 1 additions and 1 deletions
|
@ -2828,7 +2828,7 @@ function handeMenuEvent(menuItem) {
|
|||
|
||||
array.push({ label: "Lifetime:", value: properties.lifetime.toFixed(decimals) });
|
||||
|
||||
if (properties.type == "Box") {
|
||||
if (properties.type == "Box" || properties.type == "Sphere") {
|
||||
array.push({ label: "Red:", value: properties.color.red });
|
||||
array.push({ label: "Green:", value: properties.color.green });
|
||||
array.push({ label: "Blue:", value: properties.color.blue });
|
||||
|
|
Loading…
Reference in a new issue