aboutsummaryrefslogtreecommitdiff
path: root/enemy.c
diff options
context:
space:
mode:
authorquou <quou@disroot.org>2023-05-07 18:37:10 +1000
committerquou <quou@disroot.org>2023-05-07 18:37:10 +1000
commit97e79598aa3fbbf7e7b69894964ccb232dfc0347 (patch)
tree4b176682b581148fab1e05f0fb8378c76f55800b /enemy.c
parent955f6ae56cdd3b20eabb44e7c9b931bdb17c2b3e (diff)
Add more sound effects.
Diffstat (limited to 'enemy.c')
-rw-r--r--enemy.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/enemy.c b/enemy.c
index 60366fb..e6d7a88 100644
--- a/enemy.c
+++ b/enemy.c
@@ -170,6 +170,8 @@ void enemy_system(World* world) {
tpy * enemy_bullet_speed
);
enemy->shoot_timer = 0;
+
+ play_beep(50, 300);
}
enemy->shoot_timer++;