private void FillPlayerHitboxes()
 {
     playerBox.Clear();
     playerBox.AddRange(filter.GetMatchingEntities().Select(e => e.GetRect()));
 }