Enemy Ai Behaviors Template for GDevelop
- March 12, 2022
- Game2DOM
With these events, the enemy will have a bit more intelligent behavior. It will be able to detect the player at a certain distance and when you get close, it will react with an attack. =================================================== ENEMY BEHAVIORS: =================================================== (1) The enemy activates pursuit if you enter its field of action. (2) The enemy activates att…