Skip to content

Commit

Permalink
fix: improve audio
Browse files Browse the repository at this point in the history
  • Loading branch information
Sceat committed Jul 26, 2024
1 parent 12232cf commit 6bbe586
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Binary file modified src/assets/sound/plaine_caffres.mp3
Binary file not shown.
Binary file modified src/assets/sound/plaine_caffres_battle.mp3
Binary file not shown.
2 changes: 1 addition & 1 deletion src/core/modules/game_audio.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ const audio_buffer = import('../../assets/sound/plaine_caffres.mp3')
.then(buffer => {
main_audio.setBuffer(buffer)
main_audio.setLoop(true)
main_audio.setVolume(1.5)
main_audio.setVolume(1)
})

/** @type {Type.Module} */
Expand Down

0 comments on commit 6bbe586

Please sign in to comment.