mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-03 22:53:10 +02:00
use move sounds for turning until further research and foley work
This commit is contained in:
parent
b53124cba7
commit
c070835681
1 changed files with 9 additions and 3 deletions
|
@ -32,9 +32,15 @@
|
|||
];
|
||||
|
||||
this.turnSoundURLS = [
|
||||
"http://public.highfidelity.io/sounds/MovingFurniture/FurnitureTurn1.wav",
|
||||
"http://public.highfidelity.io/sounds/MovingFurniture/FurnitureTurn2.wav",
|
||||
"http://public.highfidelity.io/sounds/MovingFurniture/FurnitureTurn3.wav"
|
||||
|
||||
"http://public.highfidelity.io/sounds/MovingFurniture/FurnitureMove1.wav",
|
||||
"http://public.highfidelity.io/sounds/MovingFurniture/FurnitureMove2.wav",
|
||||
"http://public.highfidelity.io/sounds/MovingFurniture/FurnitureMove3.wav"
|
||||
|
||||
// TODO: determine if these or other turn sounds work better than move sounds.
|
||||
//"http://public.highfidelity.io/sounds/MovingFurniture/FurnitureTurn1.wav",
|
||||
//"http://public.highfidelity.io/sounds/MovingFurniture/FurnitureTurn2.wav",
|
||||
//"http://public.highfidelity.io/sounds/MovingFurniture/FurnitureTurn3.wav"
|
||||
];
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue