mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 03:44:02 +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) {
|
||||
_this.injector = Audio.playSound(_this.song, {
|
||||
position: props.position, // position of boombox entity
|
||||
volume: 0.5,
|
||||
volume: 0.1,
|
||||
loop: true
|
||||
});
|
||||
} else {
|
||||
|
|
Loading…
Reference in a new issue