mirror of
https://github.com/got-feedBack/feedBack.git
synced 2026-09-12 22:08:32 +00:00
19 lines
366 B
JSON
19 lines
366 B
JSON
{
|
|
"venue": "bar",
|
|
"version": 1,
|
|
"loops": {
|
|
"bored": "bored.mp4",
|
|
"neutral": "neutral.mp4",
|
|
"engaged": "engaged.mp4",
|
|
"ecstatic": "ecstatic.mp4"
|
|
},
|
|
"stingers": {
|
|
"clap": "clap.mp4",
|
|
"cheer": "cheer.mp4"
|
|
},
|
|
"intro": {
|
|
"video": "intro.mp4",
|
|
"audio": "bar-ambience.mp3"
|
|
}
|
|
}
|