diff options
| author | realtradam <[email protected]> | 2023-05-27 16:36:14 -0400 |
|---|---|---|
| committer | realtradam <[email protected]> | 2023-05-27 16:36:14 -0400 |
| commit | 960fcfeb01626555ddb464c306c85e1f295d1d42 (patch) | |
| tree | 949df7b486a2a2268fdab3b84c889751ac89749f /src/main.c | |
| parent | 3c56ba6253de8f4bca750b61d08a22c5588b8ca5 (diff) | |
| download | TOJam2023-960fcfeb01626555ddb464c306c85e1f295d1d42.tar.gz TOJam2023-960fcfeb01626555ddb464c306c85e1f295d1d42.zip | |
enemies shooting
Diffstat (limited to 'src/main.c')
| -rw-r--r-- | src/main.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -184,6 +184,8 @@ main_loop(void) } */ + enemies_attempt_weapon_fire(); + move_bullets(); move_enemies(); group_follow_target(get_player_position()); |
