mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-22 10:19:11 +02:00
Soundboard
This commit is contained in:
@@ -0,0 +1,42 @@
|
||||
{
|
||||
names: [
|
||||
"airhorn",
|
||||
"cat",
|
||||
"doh",
|
||||
"dun dun dun",
|
||||
"eat my shorts",
|
||||
"glados bird",
|
||||
"it's a trap",
|
||||
"mario death",
|
||||
"no this is patrick",
|
||||
"pikachu",
|
||||
"pokemon center",
|
||||
"space",
|
||||
"spongebob",
|
||||
"ugly barnacle",
|
||||
"vader",
|
||||
"woohoo",
|
||||
"wumbo",
|
||||
"zelda chest"
|
||||
],
|
||||
paths: {
|
||||
"airhorn": "airhorn.mp3",
|
||||
"cat": "cat.mp3",
|
||||
"doh": "doh.mp3",
|
||||
"dun dun dun": "dun-dun-dun.mp3",
|
||||
"eat my shorts": "eat-my-shorts.mp3",
|
||||
"glados bird": "glados-bird.mp3",
|
||||
"it's a trap": "its-a-trap.mp3",
|
||||
"mario death": "mario-death.mp3",
|
||||
"no this is patrick": "no-this-is-patrick.mp3",
|
||||
"pikachu": "pikachu.mp3",
|
||||
"pokemon center": "pokemon-center.mp3",
|
||||
"space": "space.mp3",
|
||||
"spongebob": "spongebob.mp3",
|
||||
"ugly barnacle": "ugly-barnacle.mp3",
|
||||
"vader": "vader.mp3",
|
||||
"woohoo": "woohoo.mp3",
|
||||
"wumbo": "wumbo.mp3",
|
||||
"zelda chest": "zelda-chest.mp3"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user