summaryrefslogtreecommitdiffhomepage
path: root/src/main.c
diff options
context:
space:
mode:
authorrealtradam <[email protected]>2023-05-27 16:36:14 -0400
committerrealtradam <[email protected]>2023-05-27 16:36:14 -0400
commit960fcfeb01626555ddb464c306c85e1f295d1d42 (patch)
tree949df7b486a2a2268fdab3b84c889751ac89749f /src/main.c
parent3c56ba6253de8f4bca750b61d08a22c5588b8ca5 (diff)
downloadTOJam2023-960fcfeb01626555ddb464c306c85e1f295d1d42.tar.gz
TOJam2023-960fcfeb01626555ddb464c306c85e1f295d1d42.zip
enemies shooting
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main.c b/src/main.c
index e1b3f50..d113764 100644
--- a/src/main.c
+++ b/src/main.c
@@ -184,6 +184,8 @@ main_loop(void)
}
*/
+ enemies_attempt_weapon_fire();
+
move_bullets();
move_enemies();
group_follow_target(get_player_position());