mirror of
https://github.com/lubosz/overte.git
synced 2025-08-12 09:36:28 +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,
|
dynamic: true,
|
||||||
userData: JSON.stringify({
|
userData: JSON.stringify({
|
||||||
grabbableKey: {
|
|
||||||
wearable: {
|
wearable: {
|
||||||
joints: {
|
joints: {
|
||||||
RightHand: [{
|
RightHand: [{
|
||||||
|
@ -324,6 +323,7 @@
|
||||||
}]
|
}]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
grabbableKey: {
|
||||||
invertSolidWhileHeld: true
|
invertSolidWhileHeld: true
|
||||||
},
|
},
|
||||||
resetMe: {
|
resetMe: {
|
||||||
|
|
|
@ -283,7 +283,6 @@ MasterReset = function() {
|
||||||
damping: 0.5,
|
damping: 0.5,
|
||||||
collisionSoundURL: "http://hifi-content.s3.amazonaws.com/james/pistol/sounds/drop.wav",
|
collisionSoundURL: "http://hifi-content.s3.amazonaws.com/james/pistol/sounds/drop.wav",
|
||||||
userData: JSON.stringify({
|
userData: JSON.stringify({
|
||||||
grabbableKey: {
|
|
||||||
wearable: {
|
wearable: {
|
||||||
joints: {
|
joints: {
|
||||||
RightHand: [{
|
RightHand: [{
|
||||||
|
@ -308,6 +307,7 @@ MasterReset = function() {
|
||||||
}]
|
}]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
grabbableKey: {
|
||||||
invertSolidWhileHeld: true
|
invertSolidWhileHeld: true
|
||||||
},
|
},
|
||||||
resetMe: {
|
resetMe: {
|
||||||
|
|
Loading…
Reference in a new issue