From f583fb3122f1b5aa0c74d50510e775c1e3a67844 Mon Sep 17 00:00:00 2001 From: legonzaur Date: Fri, 17 May 2024 14:37:46 +0200 Subject: [PATCH] Feat : add sound when it is your turn Closes #63 --- .gitattributes | 3 +++ components/GameBoard.vue | 9 ++++++++- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index b9b9c4d..fce7936 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,3 +1,6 @@ *.jpg filter=lfs diff=lfs merge=lfs -text *.png filter=lfs diff=lfs merge=lfs -text *.jpeg filter=lfs diff=lfs merge=lfs -text +*.mp3 filter=lfs diff=lfs merge=lfs -text +*.wav filter=lfs diff=lfs merge=lfs -text +*.opus filter=lfs diff=lfs merge=lfs -text diff --git a/components/GameBoard.vue b/components/GameBoard.vue index 494ad12..746ae61 100644 --- a/components/GameBoard.vue +++ b/components/GameBoard.vue @@ -1,10 +1,17 @@