pub type Formation = Vec<(Vec2, u32)>;
Enemy formation: list of (position, enemy_type_id).
pub struct Formation { /* private fields */ }