Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
ElvUI Project
ElvUI
Commits
59f2d67e
Commit
59f2d67e
authored
Feb 24, 2019
by
Merathilis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Stole
@Azilroka
's highlight texture, its stell meh.
parent
ea1cc677
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
ElvUI/Modules/skins/blizzard/misc.lua
ElvUI/Modules/skins/blizzard/misc.lua
+3
-1
ElvUI/media/textures/Highlight.blp
ElvUI/media/textures/Highlight.blp
+0
-0
No files found.
ElvUI/Modules/skins/blizzard/misc.lua
View file @
59f2d67e
...
...
@@ -274,6 +274,7 @@ local function LoadSkin()
local
expandArrow
=
_G
[
listFrameName
..
"Button"
..
index
..
"ExpandArrow"
];
if
expandArrow
then
expandArrow
:
SetNormalTexture
(
[[Interface\AddOns\ElvUI\media\textures\ArrowUp]]
)
expandArrow
:
SetSize
(
12
,
12
)
expandArrow
:
GetNormalTexture
():
SetVertexColor
(
unpack
(
E
.
media
.
rgbvaluecolor
))
expandArrow
:
GetNormalTexture
():
SetRotation
(
S
.
ArrowRotation
[
'right'
])
end
...
...
@@ -302,7 +303,8 @@ local function LoadSkin()
local
uncheck
=
_G
[
"DropDownList"
..
level
..
"Button"
..
i
..
"UnCheck"
]
local
highlight
=
_G
[
"DropDownList"
..
level
..
"Button"
..
i
..
"Highlight"
]
highlight
:
SetTexture
(
[[Interface\QuestFrame\UI-QuestTitleHighlight]]
)
highlight
:
SetTexture
(
[[Interface\AddOns\ElvUI\media\textures\Highlight]]
)
highlight
:
SetBlendMode
(
'BLEND'
)
highlight
:
SetDrawLayer
(
'BACKGROUND'
)
highlight
:
SetVertexColor
(
r
,
g
,
b
)
...
...
ElvUI/media/textures/Highlight.blp
0 → 100644
View file @
59f2d67e
File added
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment