mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-04 08:13:13 +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,
|
||||
y: -.01,
|
||||
z: 0
|
||||
}
|
||||
},
|
||||
collisionSoundURL : "http://s3.amazonaws.com/hifi-public/sounds/basketball/basketball.wav"
|
||||
});
|
||||
|
||||
setEntityCustomData(resetKey, entity, {
|
||||
|
|
Loading…
Reference in a new issue