mirror of
https://github.com/overte-org/overte.git
synced 2025-08-07 21:30:33 +02:00
Merge pull request #7022 from imgntn/mastertoys
Fix userData for pistol in toybox reset scripts
This commit is contained in:
commit
2af6c08057
2 changed files with 48 additions and 48 deletions
|
@ -299,7 +299,6 @@
|
|||
},
|
||||
dynamic: true,
|
||||
userData: JSON.stringify({
|
||||
grabbableKey: {
|
||||
wearable: {
|
||||
joints: {
|
||||
RightHand: [{
|
||||
|
@ -324,6 +323,7 @@
|
|||
}]
|
||||
}
|
||||
},
|
||||
grabbableKey: {
|
||||
invertSolidWhileHeld: true
|
||||
},
|
||||
resetMe: {
|
||||
|
|
|
@ -283,7 +283,6 @@ MasterReset = function() {
|
|||
damping: 0.5,
|
||||
collisionSoundURL: "http://hifi-content.s3.amazonaws.com/james/pistol/sounds/drop.wav",
|
||||
userData: JSON.stringify({
|
||||
grabbableKey: {
|
||||
wearable: {
|
||||
joints: {
|
||||
RightHand: [{
|
||||
|
@ -308,6 +307,7 @@ MasterReset = function() {
|
|||
}]
|
||||
}
|
||||
},
|
||||
grabbableKey: {
|
||||
invertSolidWhileHeld: true
|
||||
},
|
||||
resetMe: {
|
||||
|
|
Loading…
Reference in a new issue