-
-
Notifications
You must be signed in to change notification settings - Fork 208
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
Feature: Ability to adjust opacity of players near shared & guessed egg waypoints #1582
Conversation
src/main/java/at/hannibal2/skyhanni/config/features/event/HoppityEggsConfig.java
Outdated
Show resolved
Hide resolved
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.
The code looks fine, also works in game!
Please make sharedEggLocation
and possibleEggLocations
accessible outside the Egg Locator class, and move the new functions into a new class for maintainability.
Done |
next beta, sry |
Well, too late for this feature now. |
This pull request has conflicts with the base branch "beta". Please resolve those so we can test out your changes. |
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.
miss click :/
# Conflicts: # src/main/java/at/hannibal2/skyhanni/SkyHanniMod.kt # src/main/java/at/hannibal2/skyhanni/features/event/hoppity/HoppityEggLocator.kt # src/main/java/at/hannibal2/skyhanni/features/event/hoppity/HoppityEggPlayerOpacityChanger.kt
Conflicts have been resolved! 🎉 |
This pull request has conflicts with the base branch "beta". Please resolve those so we can test out your changes. |
# Conflicts: # src/main/java/at/hannibal2/skyhanni/SkyHanniMod.kt
Conflicts have been resolved! 🎉 |
What
Feature: Ability to adjust opacity of players near shared & guessed egg waypoints (range: 4 blocks)
Images
Default opacity: 100Changelog New Features