lower volume

This commit is contained in:
Brad Hefta-Gaub 2015-09-09 09:29:31 -07:00
parent ca6c413221
commit b0329a58a6

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 {