summaryrefslogtreecommitdiffhomepage
path: root/src/main.c
diff options
context:
space:
mode:
authorarngo <[email protected]>2023-05-27 17:24:48 -0400
committerarngo <[email protected]>2023-05-27 17:24:48 -0400
commitf04473c97a6b95a798924b847086145cf5726012 (patch)
tree5f5aa83f522fd16c2a4e70a004e87a1268f8ca1f /src/main.c
parent3a52c0738c3616b6974f0c979086ee1ca215ae08 (diff)
downloadTOJam2023-f04473c97a6b95a798924b847086145cf5726012.tar.gz
TOJam2023-f04473c97a6b95a798924b847086145cf5726012.zip
bullet-wall collisions
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.c b/src/main.c
index 61b1b08..ac517de 100644
--- a/src/main.c
+++ b/src/main.c
@@ -198,6 +198,7 @@ main_loop(void)
draw_player();
draw_enemies();
detect_bullet_enemy_collisions();
+ detect_bullet_wall_collisions();
detect_player_enemy_collisions();
detect_player_wall_collisions();