blish-hud / Pathing

[Module] The official pathing module which adds marker and trail support to Blish HUD.
https://blishhud.com/docs/markers/
MIT License
12 stars 10 forks source link

Add AchievementBit info to Category menus. Text type only for now. #76

Closed vacero closed 1 year ago

vacero commented 2 years ago

I saw that #50 was open after noticing that categories tied to a specific achievementBit were not being marked as completed in the menu, even if they were actually being hidden in world rendering.

I also made the Tooltip show the Requirement text for bits that are of type Text for now.

Not sure if this is the best code, but it works! Let me know if I should change anything. Or even, maybe leaving the tooltip stuff for another PR?

This is what I wanted to accomplish: image

dlamkins commented 2 years ago

Oh, hey, this looks pretty great! Implementation seems fairly reasonable, too. 👍

I'll check it tonight or this weekend and will merge if everything looks solid. Thank you!