mirror of
https://github.com/overte-org/overte.git
synced 2025-04-05 18:00:16 +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",
|
||||
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",
|
||||
|
|
Loading…
Reference in a new issue