aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/me/xmrvizzy/skyblocker/utils/title/TitleContainerConfigScreen.java
AgeCommit message (Collapse)Author
2023-08-18Refactor utils packageKevinthegreat
2023-07-17Refactor queueOpenScreenKevinthegreat
2023-07-09Refactor TitleKevinthegreat
2023-07-08Move to default y position back to 60%Futuremappermydud
2023-07-08Fix scaling issuesFuturemappermydud
2023-07-08Make Some more changesFuturemappermydud
Add +/- to change scale Mouse now properly goes to center for text box Added comments to rendering code
2023-07-08Refactor Title ContainerKevinthegreat
2023-07-07Simplify Code + Fix Vertical BBFuturemappermydud
2023-07-07Remove Duplicate CodeFuturemappermydud
2023-07-07Proper Movement MenuFuturemappermydud
2023-07-07WIP Title Container movement + Duration methodsFuturemappermydud
Added a WIP configuration screen under /Skyblocker hud titleContainer that allows you to move, change alignment, and reorient the titles inside. Added methods(TitleContainer.addTitleWithDismiss, and RenderHelper.displayInTitleContainerWDismissAndPlaySound) that will display the given title and after a set amount of ticks will disable that title.