Annosz / UIInfoSuite2

Ongoing maintenance for the original UI Info Suite mod for Stardew Valley.
1.33k stars 262 forks source link

Experience bar now functions into the mastery levels #567

Closed djuniah closed 2 weeks ago

djuniah commented 2 weeks ago

I had found this issue/feature request (I came here looking to make the same request): https://github.com/Annosz/UIInfoSuite2/issues/479

and decided to try and implement at least part of it myself. This bit of code should get the XP text over the player's head functioning past level 25 (which is apparently what the game code considers max overall level before mastery). It does not implement the other portion of the feature request about the graph showing progress on the current mastery Level. I plan on taking a look at that next, but this code seemed relatively isolated from that, so i figured I would try and submit this first.

djuniah commented 2 weeks ago

Closing this pull request. When i looked into implementing the bars in the bottom left, i found a much cleaner way to handle both of these issues at once. I'll resubmit that shortly.