Merge pull request #5750 from ZappoMan/boombox

lower volume
This commit is contained in:
Ryan Downe Karpf 2015-09-09 09:30:29 -07:00
commit 9c71d5fd4d

View file

@ -71,7 +71,7 @@
if (_this.injector == null) {
_this.injector = Audio.playSound(_this.song, {
position: props.position, // position of boombox entity
volume: 0.5,
volume: 0.1,
loop: true
});
} else {