forked from seeseekey/Soundboard
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathboards.json
49 lines (49 loc) · 1.62 KB
/
boards.json
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
{
"boards": [
{
"folder": "assets/",
"sounds": [
{
"file": "cs-ok-lets-go.mp3",
"description": "Okay let's go.",
"category": "Counter Strike"
},
{
"file": "cs_go_go_go.mp3",
"description": "Go, go, go.",
"category": "Counter Strike"
},
{
"file": "cs_affirmative.mp3",
"description": "Affirmative.",
"category": "Counter Strike"
},
{
"file": "cs_and_thats_how_its_done.mp3",
"description": "And that's how it's done!",
"category": "Counter Strike"
},
{
"file": "cs_bomb-has-been-planted.mp3",
"description": "Bomb has been planted.",
"category": "Counter Strike"
},
{
"file": "cs_fire_in_the_hole.mp3",
"description": "Fire in the hole!",
"category": "Counter Strike"
},
{
"file": "cs-oh-boy.mp3",
"description": "Oh boy...",
"category": "Counter Strike"
},
{
"file": "cs-terrorists-win.mp3",
"description": "Terrorists win.",
"category": "Counter Strike"
}
]
}
]
}