Skip to content

Commit

Permalink
move "triggerable" under GRAB & EQUIP
Browse files Browse the repository at this point in the history
move "triggerable" under GRAB & EQUIP
  • Loading branch information
AleziaKurdis authored Oct 17, 2024
1 parent d63b3f5 commit 130948f
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1544,11 +1544,6 @@ const GROUPS = [
propertyID: "cloneAvatarEntity",
showPropertyRule: { "cloneable": "true" },
},
{
label: "Triggerable",
type: "bool",
propertyID: "grab.triggerable",
},
{
label: "Cast Shadows",
type: "bool",
Expand Down Expand Up @@ -1600,6 +1595,11 @@ const GROUPS = [
propertyID: "grab.grabDelegateToParent",
showPropertyRule: { "grab.grabbable": "true" },
},
{
label: "Triggerable",
type: "bool",
propertyID: "grab.triggerable",
},
{
label: "Equippable",
type: "bool",
Expand Down

0 comments on commit 130948f

Please sign in to comment.