diff --git a/assets/sounds/crowd-cheering.mp3 b/assets/sounds/crowd-cheering.mp3 new file mode 100644 index 0000000..4e23f92 Binary files /dev/null and b/assets/sounds/crowd-cheering.mp3 differ diff --git a/package-lock.json b/package-lock.json index 5602578..4e477f2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -31,7 +31,7 @@ "eslint-plugin-prettier": "^5.5.4", "husky": "^9.1.7", "lint-staged": "^16.2.3", - "prettier": "^3.2.5" + "prettier": "^3.6.2" }, "engines": { "node": ">=14.0.0" diff --git a/package.json b/package.json index 31f97ce..b2b4974 100644 --- a/package.json +++ b/package.json @@ -64,7 +64,7 @@ "eslint-plugin-prettier": "^5.5.4", "husky": "^9.1.7", "lint-staged": "^16.2.3", - "prettier": "^3.2.5" + "prettier": "^3.6.2" }, "engines": { "node": ">=14.0.0" diff --git a/src/configs/crowd-cheering.yaml b/src/configs/crowd-cheering.yaml new file mode 100644 index 0000000..dd6282a --- /dev/null +++ b/src/configs/crowd-cheering.yaml @@ -0,0 +1,21 @@ +profile: + name: "Crowd Cheering Config" + description: "Configuration for playing the crowd cheering sound effect" + +audio: + player: "play" + maxConcurrent: 5 + +keybinds: + - key: "F1" + sound: "../../assets/sounds/crowd-cheering.mp3" + description: "Plays the crowd cheering sound effect" + +settings: + hotReload: true + preloadSounds: true + +logging: + level: "info" + fileEnabled: true + filePath: "logs"