Skip to content

Commit

Permalink
Sound for bite hit and bite miss (#37)
Browse files Browse the repository at this point in the history
* Successful bite sound

* bite miss
  • Loading branch information
Fris0uman committed Mar 20, 2022
1 parent e92be95 commit 5c3a811
Show file tree
Hide file tree
Showing 14 changed files with 44 additions and 0 deletions.
15 changes: 15 additions & 0 deletions sound/CC-Sounds/mon_bite/bite_hit/bite_hit.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
[
{
"type": "sound_effect",
"id": "mon_bite",
"variant": "bite_hit",
"volume": 100,
"files": [
"mon_bite/bite_hit/bite_hit_1.ogg",
"mon_bite/bite_hit/bite_hit_2.ogg",
"mon_bite/bite_hit/bite_hit_3.ogg",
"mon_bite/bite_hit/bite_hit_4.ogg",
"mon_bite/bite_hit/bite_hit_5.ogg"
]
}
]
Binary file not shown.
Binary file added sound/CC-Sounds/mon_bite/bite_hit/bite_hit_2.ogg
Binary file not shown.
Binary file added sound/CC-Sounds/mon_bite/bite_hit/bite_hit_3.ogg
Binary file not shown.
Binary file added sound/CC-Sounds/mon_bite/bite_hit/bite_hit_4.ogg
Binary file not shown.
Binary file added sound/CC-Sounds/mon_bite/bite_hit/bite_hit_5.ogg
Binary file not shown.
7 changes: 7 additions & 0 deletions sound/CC-Sounds/mon_bite/bite_hit/credits.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
| File Name | Author | License | Link |
|------------------|----------|-----------|---------------------------------|
| bite_hit_1.ogg | MrPokephile | **CC0 1.0** | https://freesound.org/people/MrPokephile/sounds/155973/ |
| bite_hit_2.ogg | MrPokephile | **CC0 1.0** | https://freesound.org/people/MrPokephile/sounds/155973/ |
| bite_hit_3.ogg | MrPokephile | **CC0 1.0** | https://freesound.org/people/MrPokephile/sounds/155973/ |
| bite_hit_4.ogg | MrPokephile | **CC0 1.0** | https://freesound.org/people/MrPokephile/sounds/155973/ |
| bite_hit_5.ogg | MrPokephile | **CC0 1.0** | https://freesound.org/people/MrPokephile/sounds/155973/ |
15 changes: 15 additions & 0 deletions sound/CC-Sounds/mon_bite/bite_miss/bite_miss.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
[
{
"type": "sound_effect",
"id": "mon_bite",
"variant": "bite_miss",
"volume": 100,
"files": [
"mon_bite/bite_miss/bite_miss_1.ogg",
"mon_bite/bite_miss/bite_miss_2.ogg",
"mon_bite/bite_miss/bite_miss_3.ogg",
"mon_bite/bite_miss/bite_miss_4.ogg",
"mon_bite/bite_miss/bite_miss_5.ogg"
]
}
]
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
7 changes: 7 additions & 0 deletions sound/CC-Sounds/mon_bite/bite_miss/credits.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
| File Name | Author | License | Link |
|------------------|----------|-----------|---------------------------------|
| bite_miss_1.ogg | BOBtheROSS | **CC0 1.0** | https://freesound.org/people/BOBtheROSS/sounds/392173/ |
| bite_miss_2.ogg | BOBtheROSS | **CC0 1.0** | https://freesound.org/people/BOBtheROSS/sounds/392173/ |
| bite_miss_3.ogg | BOBtheROSS | **CC0 1.0** | https://freesound.org/people/BOBtheROSS/sounds/392173/ |
| bite_miss_4.ogg | BOBtheROSS | **CC0 1.0** | https://freesound.org/people/BOBtheROSS/sounds/392173/ |
| bite_miss_5.ogg | BOBtheROSS | **CC0 1.0** | https://freesound.org/people/BOBtheROSS/sounds/392173/ |

0 comments on commit 5c3a811

Please sign in to comment.