mirror of
https://github.com/overte-org/overte.git
synced 2025-08-04 06:03:26 +02:00
commit
9c71d5fd4d
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