-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make plot rounds respect levels #300
base: main
Are you sure you want to change the base?
Make plot rounds respect levels #300
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks great. i think this addresses the question in Discord
I would still like to figure out why the levels half the width instead of doubling the height. |
All good, in no rush to merge |
Shoud be all good now. But note that there are breaking changes in here to plot_positions. |
Currently adding this in v2. Will be referencing. I found in the data the z-level cutoffs fortunately. |
Previously plot rounds showed the two levels for maps that have them but only plotted the player and bomb in the upper half. Now it should also plot them in the lower one if they are there.