m0bilebtw / skills-tab-progress-bars

A RuneLite plugin to add progress bars in the skills tab
BSD 2-Clause "Simplified" License
9 stars 8 forks source link

Use Jagex widgets to display the progress bars #11

Closed Enriath closed 2 years ago

Enriath commented 2 years ago

Closes #7

By using Jagex widgets instead of an overlay, the bars will no longer interfere with the skill tooltip widget. This removes a lot of work from the plugin and gives it to the core client's widget system, which is pretty performant in my experience. It's quite a large change, but I've done my best to ensure everything works the same as the overlay-based version.