Sci-Fiby Kenney <https://kenney.nl>
Laser Retro 003
A distinct, short retro laser sound, perfect for confirming actions or firing light weapons in a pixel-art style game.
0.26s2KBCC0laser, retro, 003
Install
Command
npx shadcn@latest add @soundcn/use-sound @soundcn/laser-retro-003Usage
import { useSound } from "@/hooks/use-sound";
import { laserRetro003Sound } from "@/sounds/laser-retro-003";
const [play] = useSound(laserRetro003Sound);