Itemsby Kenney <https://kenney.nl>
Slime 000
A wet, squishy, and gooey sound, perfect for creature interactions, material changes, or playful, unusual UI feedback in a fantasy or casual game.
0.50s5KBCC0slime, 000
Install
Command
npx shadcn@latest add @soundcn/use-sound @soundcn/slime-000Usage
import { useSound } from "@/hooks/use-sound";
import { slime000Sound } from "@/sounds/slime-000";
const [play] = useSound(slime000Sound);