dekvall / runelite-external-plugins

External plugins for RuneLite
BSD 2-Clause "Simplified" License
8 stars 17 forks source link

Resource Pack problems #95

Closed skurptheyurp closed 1 month ago

skurptheyurp commented 1 month ago

I didnt necessarily want to create an issue for this as its more so my packs that have a problem, not the plugin, but I'm desparately wondering what makes up this asset because it is not working correctly and I'd like to fix it, assuming it doesnt break anything else in the resource pack

image

dekvall commented 1 month ago

Hi, So the logout button is basically three sprites, and all of them are being scaled when making the button bigger (code below). https://github.com/dekvall/runelite-external-plugins/blob/4b8bd37a5ea0969f5e24b08e6ee2e7222d96a699/src/main/java/dev/dkvl/largelogout/LargeLogoutPlugin.java#L155-L171

I am not familiar with how resource packs works, but maybe all three need to be replaced for it to work as expected. Unfortunately, there is not much more I can do on my end than refer you to the resource-pack repo.

Thanks for reaching out!