This past week we have been working on the logic of the enemies.
Now when it's time to shoot the player and aim, the AI ​​of our enemies predicts the player's position and shoots where it thinks he's going to be.
We have also prepared a shot modifier so not everyone has the same predictability.
ReactReply

Example of how the health bars look.

ReactReply

During this week we are going to introduce the health bars in the main enemies. That way it is much easier to know how many shots we need to kill our enemies.
The intention is that not all enemies of the same type have the same amount of life. We will test this in the future.
ReactReply