Compare commits
2 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
645217efa2 |
|||
|
d9c1ee9faa |
2 changed files with 0 additions and 2 deletions
Binary file not shown.
|
|
@ -95,8 +95,6 @@ void audio_play_attack(void) {
|
||||||
void audio_play_item_pickup(void) {
|
void audio_play_item_pickup(void) {
|
||||||
// High-pitched pickup sound
|
// High-pitched pickup sound
|
||||||
play_tone(800.0f, 0.15f, 0.4f);
|
play_tone(800.0f, 0.15f, 0.4f);
|
||||||
Sound pickup = LoadSound("./assets/sounds/itempickup.wav");
|
|
||||||
PlaySound(pickup);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void audio_play_enemy_death(void) {
|
void audio_play_enemy_death(void) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue