Änderung Busfahrer/Pilot Bugs fix siehe Forenbeitrag

This commit is contained in:
Mac_Slash
2020-05-04 03:04:44 +02:00
parent 4dd9afd355
commit 1937846fb2
16 changed files with 498 additions and 262 deletions

View File

@@ -19,7 +19,7 @@
var sound = new Howl({
src: ['package://assets/sound/' + soundname + '.'+ typ],
loop: false,
valume: volume
volume: volume
})
sound.play()
sound.volume(volume);