feat(client_web): use a mp3 file for dice roll sound

This commit is contained in:
Henri Bourcereau 2026-04-17 20:04:40 +02:00
parent 43196bcef8
commit 9af672823e
5 changed files with 14 additions and 2 deletions

View file

@ -34,4 +34,5 @@ web-sys = { version = "0.3", features = [
"OscillatorNode",
"OscillatorType",
"BaseAudioContext",
"HtmlAudioElement",
] }