Gameby Kenney <https://kenney.nl>
War Hold
A short, sharp vocal command "Hold", ideal for tactical game scenarios to pause movement or maintain a position.
0.49s4KBCC0war, hold
Install
Command
npx shadcn@latest add @soundcn/use-sound @soundcn/war-holdUsage
import { useSound } from "@/hooks/use-sound";
import { warHoldSound } from "@/sounds/war-hold";
const [play] = useSound(warHoldSound);