This repository has been archived by the owner on Sep 4, 2023. It is now read-only.
webyarns-3.8.0.2
rparree
released this
28 Oct 19:08
·
83 commits
to master
since this release
Breaking changes:
- The format for the sound json has changed to support looping as a configuration:
The format should now follow:
<script id="sounds" type="application/json">
{
"nakedcall": {
"loop": true,
"src": [
"webyarns/sounds/nakedcall.mp3",
"webyarns/sounds/nakedcall.ogg"
]
},
"manstitutes": {
"src": [
"webyarns/sounds/manstitutes.mp3",
"webyarns/sounds/manstitutes.ogg"
]
},
"bar": {
"src": [
"webyarns/sounds/bar.mp3",
"webyarns/sounds/bar.ogg"
]
},
"ding": {
"src": [
"webyarns/sounds/ding.mp3",
"webyarns/sounds/ding.ogg"
]
}
}
</script>