diff options
author | quou <quou@disroot.org> | 2023-05-07 18:37:10 +1000 |
---|---|---|
committer | quou <quou@disroot.org> | 2023-05-07 18:37:10 +1000 |
commit | 97e79598aa3fbbf7e7b69894964ccb232dfc0347 (patch) | |
tree | 4b176682b581148fab1e05f0fb8378c76f55800b /enemy.c | |
parent | 955f6ae56cdd3b20eabb44e7c9b931bdb17c2b3e (diff) |
Add more sound effects.
Diffstat (limited to 'enemy.c')
-rw-r--r-- | enemy.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -170,6 +170,8 @@ void enemy_system(World* world) { tpy * enemy_bullet_speed ); enemy->shoot_timer = 0; + + play_beep(50, 300); } enemy->shoot_timer++; |