added collision sound to bbal

This commit is contained in:
ericrius1 2015-09-18 10:59:28 -07:00
parent d6377ee6bb
commit 6e4b838bf9

View file

@ -72,7 +72,8 @@ function createBasketBall(position) {
x: 0, x: 0,
y: -.01, y: -.01,
z: 0 z: 0
} },
collisionSoundURL : "http://s3.amazonaws.com/hifi-public/sounds/basketball/basketball.wav"
}); });
setEntityCustomData(resetKey, entity, { setEntityCustomData(resetKey, entity, {