Skip to content

Commit

Permalink
Add sounds for explosions (#40)
Browse files Browse the repository at this point in the history
* Add sounds for explosions

* linting
  • Loading branch information
Fris0uman authored Mar 20, 2022
1 parent 4adba9a commit 360c68f
Show file tree
Hide file tree
Showing 11 changed files with 41 additions and 0 deletions.
5 changes: 5 additions & 0 deletions sound/CC-Sounds/explosion/default/credits.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
| File Name | Author | License | Link |
|------------------|----------|-----------|---------------------------------|
| explosion_default_1.ogg | bmlake | **CC BY 3.0** | https://freesound.org/people/bmlake/sounds/251617/ |
| explosion_default_2.ogg | bmlake | **CC BY 3.0** | https://freesound.org/people/bmlake/sounds/251617/ |

9 changes: 9 additions & 0 deletions sound/CC-Sounds/explosion/default/explosion_default.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
[
{
"type": "sound_effect",
"id": "explosion",
"variant": "default",
"volume": 100,
"files": [ "explosion/default/explosion_default_1.ogg", "explosion/default/explosion_default_2.ogg" ]
}
]
Binary file not shown.
Binary file not shown.
5 changes: 5 additions & 0 deletions sound/CC-Sounds/explosion/huge/credits.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
| File Name | Author | License | Link |
|------------------|----------|-----------|---------------------------------|
| explosion_huge_1.ogg | unfa | **CC0 1.0** | https://freesound.org/people/unfa/sounds/352143/ |
| explosion_huge_2.ogg | unfa | **CC0 1.0** | https://freesound.org/people/unfa/sounds/352143/ |

9 changes: 9 additions & 0 deletions sound/CC-Sounds/explosion/huge/explosion_huge.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
[
{
"type": "sound_effect",
"id": "explosion",
"variant": "huge",
"volume": 100,
"files": [ "explosion/huge/explosion_huge_1.ogg", "explosion/huge/explosion_huge_2.ogg" ]
}
]
Binary file not shown.
Binary file not shown.
4 changes: 4 additions & 0 deletions sound/CC-Sounds/explosion/small/credits.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
| File Name | Author | License | Link |
|------------------|----------|-----------|---------------------------------|
| explosion_small.ogg | j1987 | **CC0 1.0** | https://freesound.org/people/j1987/sounds/140727/ |

9 changes: 9 additions & 0 deletions sound/CC-Sounds/explosion/small/explosion_small.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
[
{
"type": "sound_effect",
"id": "explosion",
"variant": "small",
"volume": 100,
"files": [ "explosion/small/explosion_small.ogg" ]
}
]
Binary file not shown.

0 comments on commit 360c68f

Please sign in to comment.