Skip to content
This repository has been archived by the owner on Jun 29, 2022. It is now read-only.

Commit

Permalink
Update textures, get rid of pixel dots
Browse files Browse the repository at this point in the history
  • Loading branch information
siweia committed Aug 9, 2020
1 parent 7856a63 commit cef1861
Show file tree
Hide file tree
Showing 9 changed files with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions Interface/AddOns/NDui/Core/Database.lua
Expand Up @@ -53,16 +53,14 @@ DB.normTex = Media.."normTex"
DB.gradTex = Media.."gradTex"
DB.flatTex = Media.."flatTex"
DB.bgTex = Media.."bgTex"
DB.arrowTex = Media.."NeonRedArrow"
DB.arrowTex = Media.."TargetArrow"
DB.MicroTex = Media.."Hutu\\Menu\\"
DB.rolesTex = Media.."Hutu\\RoleIcons"
DB.chatLogo = Media.."Hutu\\logoSmall"
DB.logoTex = Media.."Hutu\\logoClassic"
DB.sortTex = Media.."SortIcon"
DB.arrowUp = Media.."arrow-up-active"
DB.arrowDown = Media.."arrow-down-active"
DB.arrowLeft = Media.."arrow-left-active"
DB.arrowRight = Media.."arrow-right-active"
DB.closeTex = Media.."Hutu\\close"
DB.ArrowUp = Media.."Hutu\\arrow"
DB.mailTex = "Interface\\Minimap\\Tracking\\Mailbox"
DB.gearTex = "Interface\\WorldMap\\Gear_64"
DB.eyeTex = "Interface\\Minimap\\Raid_Icon" -- blue: \\Dungeon_Icon
Expand Down
Binary file added Interface/AddOns/NDui/Media/Hutu/arrow.tga
Binary file not shown.
Binary file added Interface/AddOns/NDui/Media/Hutu/close.tga
Binary file not shown.
Binary file removed Interface/AddOns/NDui/Media/NeonRedArrow.blp
Binary file not shown.
Binary file added Interface/AddOns/NDui/Media/TargetArrow.blp
Binary file not shown.
Binary file removed Interface/AddOns/NDui/Media/arrow-down-active.tga
Binary file not shown.
Binary file removed Interface/AddOns/NDui/Media/arrow-left-active.tga
Binary file not shown.
Binary file removed Interface/AddOns/NDui/Media/arrow-right-active.tga
Binary file not shown.
Binary file removed Interface/AddOns/NDui/Media/arrow-up-active.tga
Binary file not shown.

0 comments on commit cef1861

Please sign in to comment.