move "triggerable" under GRAB & EQUIP

move "triggerable" under GRAB & EQUIP
This commit is contained in:
Alezia Kurdis 2024-10-16 22:13:55 -04:00 committed by GitHub
parent d63b3f51bc
commit 130948f0ac
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1544,11 +1544,6 @@ const GROUPS = [
propertyID: "cloneAvatarEntity",
showPropertyRule: { "cloneable": "true" },
},
{
label: "Triggerable",
type: "bool",
propertyID: "grab.triggerable",
},
{
label: "Cast Shadows",
type: "bool",
@ -1600,6 +1595,11 @@ const GROUPS = [
propertyID: "grab.grabDelegateToParent",
showPropertyRule: { "grab.grabbable": "true" },
},
{
label: "Triggerable",
type: "bool",
propertyID: "grab.triggerable",
},
{
label: "Equippable",
type: "bool",