mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-09 09:18:45 +02:00
move "triggerable" under GRAB & EQUIP
move "triggerable" under GRAB & EQUIP
This commit is contained in:
parent
d63b3f51bc
commit
130948f0ac
1 changed files with 5 additions and 5 deletions
|
@ -1544,11 +1544,6 @@ const GROUPS = [
|
||||||
propertyID: "cloneAvatarEntity",
|
propertyID: "cloneAvatarEntity",
|
||||||
showPropertyRule: { "cloneable": "true" },
|
showPropertyRule: { "cloneable": "true" },
|
||||||
},
|
},
|
||||||
{
|
|
||||||
label: "Triggerable",
|
|
||||||
type: "bool",
|
|
||||||
propertyID: "grab.triggerable",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Cast Shadows",
|
label: "Cast Shadows",
|
||||||
type: "bool",
|
type: "bool",
|
||||||
|
@ -1600,6 +1595,11 @@ const GROUPS = [
|
||||||
propertyID: "grab.grabDelegateToParent",
|
propertyID: "grab.grabDelegateToParent",
|
||||||
showPropertyRule: { "grab.grabbable": "true" },
|
showPropertyRule: { "grab.grabbable": "true" },
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
label: "Triggerable",
|
||||||
|
type: "bool",
|
||||||
|
propertyID: "grab.triggerable",
|
||||||
|
},
|
||||||
{
|
{
|
||||||
label: "Equippable",
|
label: "Equippable",
|
||||||
type: "bool",
|
type: "bool",
|
||||||
|
|
Loading…
Reference in a new issue