drew-leeyoung / 33minutes

GNU General Public License v3.0
1 stars 0 forks source link

Enemy Spawns and Movement #2

Open drew-leeyoung opened 2 years ago

drew-leeyoung commented 2 years ago

Enemy waves are currently a single massive flood of never ending enemies.

drew-leeyoung commented 2 years ago

This has been reworked into the swarm and squad behavior systems. Enemy waves will be controlled by squad leaders and guides.

drew-leeyoung commented 2 years ago

Currently, enemy squads have issues when squad size becomes large (20+, 50+, etc) Because of the formation offset, some of the squad fighters are too far away. This conflicts with a safety net designed to keep squad members leashed to their squad leader. The end result is a breakdown of movement with unstable vibrating.