diff --git a/assets/sounds/armadillo-ok.mp3 b/assets/sounds/armadillo-ok.mp3 new file mode 100644 index 0000000..dd3dfd8 Binary files /dev/null and b/assets/sounds/armadillo-ok.mp3 differ diff --git a/src/configs/amongUsSound.yaml b/src/configs/amongUsSound.yaml index 08841fe..920d578 100644 --- a/src/configs/amongUsSound.yaml +++ b/src/configs/amongUsSound.yaml @@ -10,6 +10,9 @@ keybinds: - key: "4" sound: "../../assets/sounds/among-us.mp3" description: "Suspenseful sound effect from Among Us" + - key: "5" + sound: "../../assets/sounds/armadillo-ok.mp3" + description: "Apathetic reaction to the imposter" settings: hotReload: true