mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-06 06:10:49 +02:00
23 lines
508 B
JSON
23 lines
508 B
JSON
{
|
|
"names": [
|
|
"airhorn",
|
|
"cat",
|
|
"dun dun dun",
|
|
"mario death",
|
|
"pikachu",
|
|
"pokemon center",
|
|
"space",
|
|
"zelda chest"
|
|
],
|
|
"paths": {
|
|
"airhorn": "airhorn.mp3",
|
|
"cat": "cat.mp3",
|
|
"dun dun dun": "dun-dun-dun.mp3",
|
|
"mario death": "mario-death.mp3",
|
|
"pikachu": "pikachu.mp3",
|
|
"pokemon center": "pokemon-center.mp3",
|
|
"space": "space.mp3",
|
|
"zelda chest": "zelda-chest.mp3"
|
|
}
|
|
}
|