Skip to content

Commit

Permalink
Add death sound (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fris0uman authored Jul 12, 2022
1 parent e43ac40 commit 6616eb6
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 0 deletions.
3 changes: 3 additions & 0 deletions sound/CC-Sounds/clean_up_at_end/credits.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
| File Name | Author | License | Link |
|------------------|----------|-----------|---------------------------------|
| death.ogg | b-train | **CC0 1.0** | https://freesound.org/people/b-train/sounds/410379/ |
16 changes: 16 additions & 0 deletions sound/CC-Sounds/clean_up_at_end/death.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
[
{
"type": "sound_effect",
"id": "clean_up_at_end",
"variant": "death_m",
"volume": 100,
"files": [ "clean_up_at_end/death.ogg" ]
},
{
"type": "sound_effect",
"id": "clean_up_at_end",
"variant": "death_f",
"volume": 100,
"files": [ "clean_up_at_end/death.ogg" ]
}
]
Binary file added sound/CC-Sounds/clean_up_at_end/death.ogg
Binary file not shown.

0 comments on commit 6616eb6

Please sign in to comment.