--- id: GAL-16 title: Enemy Formations status: Done parent: null labels: [enemy, gameplay] --- # GAL-16: Enemy Formations Enemies fly into target positions and hold formation. ## Sub-issues - [x] [GAL-17](GAL-17.md) — Define target positions for formations (`FormationLayout`). - [x] [GAL-18](GAL-18.md) — Enemies have an `Entering` state to fly to their position. - [x] [GAL-19](GAL-19.md) — Enemies have an `InFormation` state.