Skip to content

Commit

Permalink
added open and close sounds to t_door_metal doors (#16)
Browse files Browse the repository at this point in the history
* added open and close sounds to t_door_metal doors

it's not much but i hope this helps with the pack!

* Update credits.md
  • Loading branch information
Ryan7251 committed Aug 31, 2021
1 parent 62315ad commit 55ec1df
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 0 deletions.
9 changes: 9 additions & 0 deletions sound/CC-Sounds/close_door/door_metal/close_door.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
[
{
"type": "sound_effect",
"id": "close_door",
"variant" : "t_door_metal_o",
"volume": 100,
"files": [ "close_door/door_metal/close_door.ogg" ]
}
]
Binary file not shown.
3 changes: 3 additions & 0 deletions sound/CC-Sounds/close_door/door_metal/credits.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
| File Name | Author | License | Link |
|------------------|----------|-----------|---------------------------------|
| close_door | deleted_user_7146007 |**CC0** |https://freesound.org/people/deleted_user_7146007/sounds/383830/ |
3 changes: 3 additions & 0 deletions sound/CC-Sounds/open_door/door_metal/credits.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
| File Name | Author | License | Link |
|------------------|----------|-----------|---------------------------------|
| open_door | deleted_user_7146007 |**CC0** |https://freesound.org/people/deleted_user_7146007/sounds/383830/ |
9 changes: 9 additions & 0 deletions sound/CC-Sounds/open_door/door_metal/open_door.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
[
{
"type": "sound_effect",
"id": "open_door",
"variant" : "t_door_metal_c",
"volume": 100,
"files": [ "open_door/door_metal/open_door.ogg" ]
}
]
Binary file not shown.

0 comments on commit 55ec1df

Please sign in to comment.