Make top_right_numbers crops related to each other's icons. So
n_teams_remaining is cropped from bottom_right_3 to top_left_2
n_players_remaining is cropped from bottom_right_2 to top_left
n_kills is cropped from bottom_right to (38, 28) from bottom_right
If bottom_right_3 is less than (38, 28) away from top_left_2 or bottom_right_2 is less than (38, 28) away from top_left, cut off n_teams_remaining or n_players_remaining (respectively) crops like n_kills would be. If they are more than (38, 28) away, just do the normal (38, 28) crop.
Make
top_right_numbers
crops related to each other's icons. Son_teams_remaining
is cropped frombottom_right_3
totop_left_2
n_players_remaining
is cropped frombottom_right_2
totop_left
n_kills
is cropped frombottom_right
to (38, 28) frombottom_right
If
bottom_right_3
is less than (38, 28) away fromtop_left_2
orbottom_right_2
is less than (38, 28) away fromtop_left
, cut offn_teams_remaining
orn_players_remaining
(respectively) crops liken_kills
would be. If they are more than (38, 28) away, just do the normal (38, 28) crop.