Nekometer

Nekometer

420 Downloads

Suggestions!

Kkthnx opened this issue · 5 comments

commented

I love your damage meter! I would love to suggest matching up and down arrow for consistency. This helps follow your style you are going for?

  1. Class icons left side of name.
  2. White text or yellow. White looks better against yellow rogue with yellow text 🗡️

https://i.imgur.com/uPN9Pob.png

commented

Do you feel like

button:SetHighlightTexture("Interface\\Buttons\\ButtonHilight-Square")

should be

button:SetHighlightTexture(texture)

Let me know if there is anything you need or testing. I do enjoy your addon with my UI (KkthnxUI)

image

commented

button:SetHighlightTexture("Interface\\Buttons\\ButtonHilight-Square")

should be

button:SetHighlightTexture(texture)

@Kkthnx thank you for the feedback! Can you please elaborate why you suggest this change?

AFAIK the SetHighlightTexture function sets the texture when the UI element is highlighted (i.e. mouse over). Combined with SetBlendMode("ADD") this will produce a rectangular highlight around the buttons. (For reference: https://github.com/Gethe/wow-ui-textures/blob/live/Buttons/ButtonHilight-Square.PNG)

commented

So its basically just highlights the button brighter. It flows more with designs and keeps it clean. Instead of having a completely off square button highlight look as it currently is set to. Let me show you.

https://i.imgur.com/rTrjawl.gif

commented

Agreed, looks cleaner on your image. Will update it.

commented

#5 and #6 is merged to the v2 branch (which is planned to release before TWW).
It can be tested directly from source, or from the CurseForge latest alpha package (https://www.curseforge.com/wow/addons/nekometer/files/all?page=1&pageSize=20&showAlphaFiles=show).

#7 is deferred for now, but keeping it open.