mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-09 07:37:28 +02:00
added collision sound to bbal
This commit is contained in:
parent
d6377ee6bb
commit
6e4b838bf9
1 changed files with 2 additions and 1 deletions
|
@ -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, {
|
||||||
|
|
Loading…
Reference in a new issue