Gameby Kenney <https://kenney.nl>
Survival Mode
A serious and atmospheric musical sting, suitable for indicating the activation of a "survival mode" or entering a challenging game state.
1.89s15KBCC0survival, mode
Install
Command
npx shadcn@latest add @soundcn/use-sound @soundcn/survival-modeUsage
import { useSound } from "@/hooks/use-sound";
import { survivalModeSound } from "@/sounds/survival-mode";
const [play] = useSound(survivalModeSound);