gumdropsteve / gumdropsteve/warzone
Make `top_right_numbers` Crops Relative
- Dominant language
- Jupyter Notebook
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
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.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.