Added some sound effects

This commit is contained in:
Luxferre
2026-01-09 21:17:27 +02:00
parent a12543cbb5
commit 94afb59aa6
+1 -1
View File
@@ -143,7 +143,7 @@ void beep_enemy() {
play_jingle(440, 220, 220, 110, 110, 55); play_jingle(440, 220, 220, 110, 110, 55);
} }
void beep_weapon() { void beep_weapon() {
play_jingle(660, 990, 440, 880, 660, 990); play_jingle(660, 880, 440, 880, 660, 880);
} }
void beep_potion() { void beep_potion() {
play_jingle(440, 660, 660, 990, 660, 880); play_jingle(440, 660, 660, 990, 660, 880);