commit 2270ee918ce0ee8c3f446d60e3733789e3d03453 parent 51b8e13905e37536add31aa75e2e5519843d1b09 Author: n0tr1v <n0tr1v@protonmail.com> Date: Thu, 14 Dec 2023 19:54:27 -0500 better annoying sounds Diffstat:
| M | pkg/web/handlers/poker/poker.go | | | 2 | +- |
| A | pkg/web/public/mp3/shuffle_cards.mp3 | | | 0 |
2 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/pkg/web/handlers/poker/poker.go b/pkg/web/handlers/poker/poker.go @@ -1623,7 +1623,7 @@ func drawPlayerBetEvent(evt PlayerBetEvent) (html string) { func drawGameStartedEvent(evt GameStartedEvent) (html string) { pos := dealerTokenPos[evt.DealerSeatIdx] html += `<style>#dealerToken { top: ` + itoa(pos[0]) + `px; left: ` + itoa(pos[1]) + `px; }</style>` - html += `<audio src="/public/sounds/chess/GenericNotify.ogg" autoplay></audio>` + html += `<audio src="/public/mp3/shuffle_cards.mp3" autoplay></audio>` return } diff --git a/pkg/web/public/mp3/shuffle_cards.mp3 b/pkg/web/public/mp3/shuffle_cards.mp3 Binary files differ.