Skip to content
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

__locate_skill_boxes() added. Provides the rectangles for each skill … #163

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

v0rkath
Copy link
Contributor

@v0rkath v0rkath commented May 2, 2023

…box (0 -> 23) which can be used for antiban functionality.

Skills Index
Attack 0
Hitpoints 1
Mining 2
Strength 3
... ...
Hunter 22
Total Level 23

skill-boxes


Failed Black Checks:
Black seems to expect the following format:

self.skill_boxes.append(
    Rectangle(left=x, top=y, width=slot_w, height=slot_h)
)

over the current format e.g.

self.skill_boxes.append(Rectangle(left=x, top=y, width=slot_w, height=slot_h))

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant