This commit is contained in:
2024-02-24 15:32:36 +01:00
parent 9c6377bc43
commit 1e3468f2e7
2 changed files with 6 additions and 2 deletions

View File

@@ -113,7 +113,11 @@
break;
case "moved":
if(data.party.playertile.sound) {
var audio = new Audio("./medias/sound/goat.mp3");
audio.play();
}
break;
}
}