mirror of
https://github.com/overte-org/overte.git
synced 2025-08-06 19:59:28 +02:00
lower volume
This commit is contained in:
parent
ca6c413221
commit
b0329a58a6
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@
|
||||||
if (_this.injector == null) {
|
if (_this.injector == null) {
|
||||||
_this.injector = Audio.playSound(_this.song, {
|
_this.injector = Audio.playSound(_this.song, {
|
||||||
position: props.position, // position of boombox entity
|
position: props.position, // position of boombox entity
|
||||||
volume: 0.5,
|
volume: 0.1,
|
||||||
loop: true
|
loop: true
|
||||||
});
|
});
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in a new issue