Skip to content

Commit

Permalink
Add heart beat sounds for the three level of stamina (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fris0uman authored Jul 12, 2022
1 parent a1a96a4 commit e43ac40
Show file tree
Hide file tree
Showing 5 changed files with 49 additions and 0 deletions.
5 changes: 5 additions & 0 deletions sound/CC-Sounds/plmove/fatigue/credits.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
| File Name | Author | License | Link |
|------------------|----------|-----------|---------------------------------|
| fatigue_low.ogg | klankbeeld | **CC BY 4.0** | https://freesound.org/people/klankbeeld/sounds/181954/ |
| fatigue_med.ogg | klankbeeld | **CC BY 4.0** | https://freesound.org/people/klankbeeld/sounds/181954/ |
| fatigue_high.ogg | klankbeeld | **CC BY 4.0** | https://freesound.org/people/klankbeeld/sounds/181954/ |
44 changes: 44 additions & 0 deletions sound/CC-Sounds/plmove/fatigue/fatigue.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
[
{
"type": "sound_effect",
"id": "plmove",
"variant": "fatigue_m_low",
"volume": 100,
"files": [ "plmove/fatigue/fatigue_low.ogg" ]
},
{
"type": "sound_effect",
"id": "plmove",
"variant": "fatigue_m_med",
"volume": 100,
"files": [ "plmove/fatigue/fatigue_med.ogg" ]
},
{
"type": "sound_effect",
"id": "plmove",
"variant": "fatigue_m_high",
"volume": 100,
"files": [ "plmove/fatigue/fatigue_high.ogg" ]
},
{
"type": "sound_effect",
"id": "plmove",
"variant": "fatigue_f_low",
"volume": 100,
"files": [ "plmove/fatigue/fatigue_low.ogg" ]
},
{
"type": "sound_effect",
"id": "plmove",
"variant": "fatigue_f_med",
"volume": 100,
"files": [ "plmove/fatigue/fatigue_med.ogg" ]
},
{
"type": "sound_effect",
"id": "plmove",
"variant": "fatigue_f_high",
"volume": 100,
"files": [ "plmove/fatigue/fatigue_high.ogg" ]
}
]
Binary file added sound/CC-Sounds/plmove/fatigue/fatigue_high.ogg
Binary file not shown.
Binary file added sound/CC-Sounds/plmove/fatigue/fatigue_low.ogg
Binary file not shown.
Binary file added sound/CC-Sounds/plmove/fatigue/fatigue_med.ogg
Binary file not shown.

0 comments on commit e43ac40

Please sign in to comment.