Gameby Kenney <https://kenney.nl>
Battle Mode
An impactful, intense sound effect signifying the initiation of a battle sequence or a competitive game mode.
1.51s12KBCC0battle, mode
Install
Command
npx shadcn@latest add @soundcn/use-sound @soundcn/battle-modeUsage
import { useSound } from "@/hooks/use-sound";
import { battleModeSound } from "@/sounds/battle-mode";
const [play] = useSound(battleModeSound);