Added some sound effects
This commit is contained in:
+1
-1
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user