From 01a7239f8b18710ce1871c502fd8d10a782efcaf Mon Sep 17 00:00:00 2001 From: "caleb.mabry.15@cnu.edu" Date: Sat, 5 Mar 2022 22:17:42 -0500 Subject: Removing sounds because it is unused --- webAO/constants/sounds.js | 132 ---------------------------------------------- 1 file changed, 132 deletions(-) delete mode 100644 webAO/constants/sounds.js (limited to 'webAO/constants') diff --git a/webAO/constants/sounds.js b/webAO/constants/sounds.js deleted file mode 100644 index 67a7bb8..0000000 --- a/webAO/constants/sounds.js +++ /dev/null @@ -1,132 +0,0 @@ -export default [ - "sfx-anotherpuzzle.wav", - "sfx-answeris.wav", - "sfx-ashamed.wav", - "sfx-badum.wav", - "sfx-bang.wav", - "sfx-bip.wav", - "sfx-bip2.wav", - "sfx-bip3.wav", - "sfx-bleep.wav", - "sfx-bling2.wav", - "sfx-blink.wav", - "sfx-blipfemale.wav", - "sfx-bliplayton.wav", - "sfx-blipmale.wav", - "sfx-bvvt.wav", - "sfx-cancel.wav", - "sfx-cello.wav", - "sfx-chocolatemilk.wav", - "sfx-chug.wav", - "sfx-crackle.wav", - "sfx-crowdgoeswhile.wav", - "sfx-damage1.wav", - "sfx-damage2.wav", - "sfx-deskslam.wav", - "sfx-dink.wav", - "sfx-dog bark.wav", - "sfx-dooropens.wav", - "sfx-dramapound.wav", - "sfx-everypuzzle.wav", - "sfx-evidenceshoop.wav", - "sfx-explosion.wav", - "sfx-explosive.wav", - "sfx-fan.wav", - "sfx-furio.wav", - "sfx-fwashing.wav", - "sfx-fwasshing.wav", - "sfx-gallery.wav", - "sfx-gallerycheer.wav", - "sfx-gavel.wav", - "sfx-grinding.wav", - "sfx-grinding2.wav", - "sfx-guilty.wav", - "sfx-guitar.wav", - "sfx-guitar2.wav", - "sfx-gunshot.wav", - "sfx-gunshot2.wav", - "sfx-gunshot3.wav", - "sfx-gunshot4.wav", - "sfx-happyping.wav", - "sfx-hint.wav", - "sfx-incomingpuzzle.wav", - "sfx-lightbang.wav", - "sfx-lightbulb.wav", - "sfx-lock.wav", - "sfx-locksbreak.wav", - "sfx-longwoosh.wav", - "sfx-losepuzzle.wav", - "sfx-loudbang.wav", - "sfx-maaagical.wav", - "sfx-maaagical2.wav", - "sfx-maaagical3.wav", - "sfx-meow.wav", - "sfx-nosale.wav", - "sfx-objection.wav", - "sfx-pageturn.wav", - "sfx-peep.wav", - "sfx-peep2.wav", - "sfx-phone1.wav", - "sfx-phone2.wav", - "sfx-phone3.wav", - "sfx-phone4.wav", - "sfx-phone5.wav", - "sfx-phonebeep.wav", - "sfx-photosnap.wav", - "sfx-pichoop.wav", - "sfx-powder.wav", - "sfx-psyche1.wav", - "sfx-realization.wav", - "sfx-roar.wav", - "sfx-saveblip.wav", - "sfx-scenechange.wav", - "sfx-scroll.wav", - "sfx-selectblip.wav", - "sfx-selectblip2.wav", - "sfx-selectjingle.wav", - "sfx-shattering.wav", - "sfx-shock.wav", - "sfx-shock2.wav", - "sfx-shook.wav", - "sfx-shook2.wav", - "sfx-shoomp.wav", - "sfx-shooop.wav", - "sfx-sirens.wav", - "sfx-smack.wav", - "sfx-spritz.wav", - "sfx-squee.wav", - "sfx-stab.wav", - "sfx-stab2.wav", - "sfx-supershock.wav", - "sfx-swing.wav", - "sfx-swoop.wav", - "sfx-swoop2.wav", - "sfx-tap.wav", - "sfx-tap2.wav", - "sfx-tap3.wav", - "sfx-testimony.wav", - "sfx-testimony2.wav", - "sfx-thud.wav", - "sfx-thud2.wav", - "sfx-thud3.wav", - "sfx-thud4.wav", - "sfx-thump.wav", - "sfx-thump2.wav", - "sfx-thump3.wav", - "sfx-thwap.wav", - "sfx-tong.wav", - "sfx-triplegavel.wav", - "sfx-typwriter.wav", - "sfx-weakgunshot.wav", - "sfx-whack.wav", - "sfx-wham.wav", - "sfx-whimper.wav", - "sfx-whip.wav", - "sfx-whoops.wav", - "sfx-winpuzzle.wav", - "sfx-wipe.wav", - "sfx-wubs.wav", - "sfx-yep.wav", - "sfx-yip.wav", - "sfx-zooma.wav" -]; -- cgit