mirror of
https://github.com/JulianGro/overte.git
synced 2025-05-01 03:38:14 +02:00
new water can sounds
This commit is contained in:
parent
327e937970
commit
9e00f7ea14
2 changed files with 2 additions and 1 deletions
unpublishedScripts/DomainContent/Home/growingPlant
|
@ -18,7 +18,7 @@
|
|||
|
||||
function WaterSpout() {
|
||||
_this = this;
|
||||
_this.waterSound = SoundCache.getSound("https://s3-us-west-1.amazonaws.com/hifi-content/eric/Sounds/shower.wav");
|
||||
_this.waterSound = SoundCache.getSound("atp:/sounds/watering_can_pour.L.wav");
|
||||
_this.POUR_ANGLE_THRESHOLD = 0;
|
||||
_this.waterPouring = false;
|
||||
_this.WATER_SPOUT_NAME = "hifi-water-spout";
|
||||
|
|
|
@ -84,6 +84,7 @@ Plant = function(spawnPosition, spawnRotation) {
|
|||
z: 0.4115
|
||||
},
|
||||
position: waterCanPosition,
|
||||
collisionSoundURL: "atp:/sounds/watering_can_drop.L.wav",
|
||||
angularDamping: 1,
|
||||
dynamic: true,
|
||||
gravity: {
|
||||
|
|
Loading…
Reference in a new issue