statt "package://assets" lieber "../..", hoffentlich nichts kaputt, weg damit

This commit is contained in:
Luke
2021-05-07 20:09:29 +02:00
parent 5d483b4d4a
commit 65ff5cb13a
23 changed files with 80 additions and 80 deletions

View File

@@ -17,7 +17,7 @@
<script>
function playSound(soundname, typ, volume) {
var sound = new Howl({
src: ['package://assets/sound/' + soundname + '.'+ typ],
src: ['../../sound/' + soundname + '.'+ typ],
loop: false,
volume: volume
})