Merge pull request #6531 from ericrius1/toyboxSounds

Made ping pong gun have restitution of 0
This commit is contained in:
Ryan Downe Karpf 2015-12-03 08:19:08 -08:00
commit 0e11c0980e
2 changed files with 2 additions and 0 deletions

View file

@ -1027,6 +1027,7 @@
y: -9.8,
z: 0
},
restitution: 0,
dimensions: {
x: 0.08,
y: 0.21,

View file

@ -1007,6 +1007,7 @@ MasterReset = function() {
y: -9.8,
z: 0
},
restitution: 0,
dimensions: {
x: 0.08,
y: 0.21,