Mctalian / RPGLootFeed

A non-intrusive way to see what you just looted.
MIT License
2 stars 2 forks source link

Icon Styling with Masque #28

Closed Mctalian closed 1 week ago

Mctalian commented 3 weeks ago

Request from CurseForge comments:

aujkis said: Possible support to style loot icons with Masque?

Mctalian commented 3 weeks ago

This is a little tougher than I thought since Masque is meant for styling buttons not just textures. So I started making progress but since the textures I am showing are using the FileDataId of the items and currencies, I don't have access to the file path which is required to set a texture on a button.

I tried a few different things and didn't make much progress. I'll come back to this later.