Caricamento
Updates & events
→
I added a token system for my ranged enemies. Each attacker has to request a token before it can attack. If there is no available token left, the attacker has to wait. This avoids situations where you would have all ranged enemies attack at once. It also allows me to configure how many can attack at once. This system is inspired by the GDC talk: In this example only one is allowed to attack. The o…