changed restitution to 0

This commit is contained in:
ericrius1 2015-12-02 12:09:21 -08:00
parent 0180503447
commit 6d953a65dd
2 changed files with 4 additions and 0 deletions

View file

@ -655,6 +655,7 @@
y: -3.5,
z: 0
},
restitution: 0,
velocity: {
x: 0,
y: -0.01,
@ -1188,6 +1189,7 @@
collisionsWillMove: true,
collisionSoundURL: "http://hifi-public.s3.amazonaws.com/sounds/SpryPntCnDrp1.L.wav",
shapeType: 'box',
restitution: 0,
gravity: {
x: 0,
y: -3.0,

View file

@ -635,6 +635,7 @@ MasterReset = function() {
y: -3.5,
z: 0
},
restitution: 0,
velocity: {
x: 0,
y: -0.01,
@ -1173,6 +1174,7 @@ MasterReset = function() {
y: -3.0,
z: 0
},
restitution: 0,
velocity: {
x: 0,
y: -1,