1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
|
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"
];
|