Gameby Kenney <https://kenney.nl>
Jump 8-Bit
A classic 8-bit upward 'boing' sound effect, ideal for character jumps or upward movements in a retro-style game.
0.47s4KBCC0jump, 8-bit, retro, game +1
Install
Command
npx shadcn@latest add @soundcn/use-sound @soundcn/jump-8bitUsage
import { useSound } from "@/hooks/use-sound";
import { jump8bitSound } from "@/sounds/jump-8bit";
const [play] = useSound(jump8bitSound);