-
-
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
Backend: Renderable Slider #1943
base: beta
Are you sure you want to change the base?
Backend: Renderable Slider #1943
Conversation
# Conflicts: # src/main/java/at/hannibal2/skyhanni/SkyHanniMod.kt # src/main/java/at/hannibal2/skyhanni/config/commands/Commands.kt # src/main/java/at/hannibal2/skyhanni/utils/renderables/Renderable.kt
This pull request has conflicts with the base branch "beta". Please resolve those so we can test out your changes. |
This will need to depend on #2011 as to only load the module in dev when using the |
# Conflicts: # src/main/java/at/hannibal2/skyhanni/SkyHanniMod.kt # src/main/java/at/hannibal2/skyhanni/test/SkyHanniDebugsAndTests.kt # src/main/java/at/hannibal2/skyhanni/utils/renderables/Renderable.kt # src/main/java/at/hannibal2/skyhanni/utils/renderables/ScrollInput.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. |
…ider # Conflicts: # src/main/java/at/hannibal2/skyhanni/test/SkyHanniDebugsAndTests.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. |
What
Adds slider to Renderable. A horizontal and a vertical one.
Also some cleanup for the scrolling in general.
Changelog Technical Details