Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
AddOnSkins
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Packages & Registries
Packages & Registries
Package Registry
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
fuba82
AddOnSkins
Commits
d3e223e5
Commit
d3e223e5
authored
Oct 18, 2020
by
Azilroka
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Retail: PVE
parent
097fc124
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
5 deletions
+3
-5
Skins/Blizzard/Retail/PvE.lua
Skins/Blizzard/Retail/PvE.lua
+3
-5
No files found.
Skins/Blizzard/Retail/PvE.lua
View file @
d3e223e5
...
...
@@ -52,7 +52,9 @@ function AS:Blizzard_PvE()
for
i
=
1
,
3
do
local
Button
=
GroupFinderFrame
[
"groupButton"
..
i
]
AS
:
SkinFrame
(
Button
)
AS
:
SetTemplate
(
Button
)
Button
.
bg
:
SetAlpha
(
0
)
Button
.
ring
:
SetAlpha
(
0
)
Button
:
SetHighlightTexture
(
''
)
AS
:
SkinTexture
(
Button
.
icon
,
true
)
...
...
@@ -76,10 +78,6 @@ function AS:Blizzard_PvE()
end
)
end
GroupFinderFrameGroupButton1
.
icon
:
SetTexture
(
[[Interface\Icons\INV_Helmet_08]]
)
GroupFinderFrameGroupButton2
.
icon
:
SetTexture
(
[[Interface\\Icons\\Icon_Scenarios]]
)
GroupFinderFrameGroupButton3
.
icon
:
SetTexture
(
[[Interface\\Icons\\inv_helmet_06]]
)
hooksecurefunc
(
'GroupFinderFrame_SelectGroupButton'
,
function
()
for
i
=
1
,
3
do
local
Button
=
GroupFinderFrame
[
"groupButton"
..
i
]
...
...
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