3
0
Fork 0
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:
ericrius1 2016-03-25 10:03:56 -07:00
parent 327e937970
commit 9e00f7ea14
2 changed files with 2 additions and 1 deletions
unpublishedScripts/DomainContent/Home/growingPlant

View file

@ -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";

View file

@ -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: {