Ny0n / Nys_ToDoList

WoW addon that creates a simple in-game To-Do list
https://legacy.curseforge.com/wow/addons/nys-todolist
7 stars 5 forks source link

Feature request - Add symbol in cat name #28

Closed KatyPurry closed 8 months ago

KatyPurry commented 8 months ago

Hello,

Is it possible to add these symbols in categorie name ?

1791841567970110

Thank you !

Ny0n commented 8 months ago

Hey! I just released an update that adds this feature

To add these symbols in any name, you would need to copy and modify the following link:

|TInterface/TargetingFrame/UI-RaidTargetingIcon_8:12:12::::::::|t

This is called a hyperlink. When used in WoW it will automatically transform to the specified symbol.

Specifically, this link will look for the symbol in the files located at Interface/TargetingFrame/UI-RaidTargetingIcon_8, which is the skull one (you can find all the other icons at this repo, simply change the path to target a different icon). Also, the 12 represents the size in pixels, so the first is the width and the second is the height.

KatyPurry commented 8 months ago

Awesome ! Thank you very much for the explanation ! I'll update addon asap !