adjust gun dimensions in toybox master script

This commit is contained in:
James Pollack 2015-10-02 15:57:46 -07:00
parent 1ff5f11e29
commit 01044e3c05

View file

@ -468,9 +468,9 @@ function createPingPongBallGun() {
z: 0
},
dimensions: {
x: 0.67,
y: 0.14,
z: 0.09
x: 0.08,
y: 0.21,
z: 0.47
},
collisionsWillMove: true,
});