Skip to content

Commit

Permalink
feat: include washingmachine sound info on sounds.json
Browse files Browse the repository at this point in the history
  • Loading branch information
mateusfg7 committed Jan 5, 2022
1 parent 99b5aca commit 36f18dc
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/sounds.json
Original file line number Diff line number Diff line change
Expand Up @@ -118,5 +118,13 @@
"name": "underwater.mp3",
"type": "audio/mp3"
}
},
{
"name": "washingmachine",
"iconFile": "washingmachine.svg",
"audioFile": {
"name": "washingmachine.mp3",
"type": "audio/mp3"
}
}
]

0 comments on commit 36f18dc

Please sign in to comment.