Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Torch
AddOnSkins
Commits
dd3229f5
Commit
dd3229f5
authored
Nov 03, 2020
by
Torch
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update Extra Quest Button
parent
893d22ba
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
Skins/AddOns/ExtraQuestButton.lua
Skins/AddOns/ExtraQuestButton.lua
+5
-5
No files found.
Skins/AddOns/ExtraQuestButton.lua
View file @
dd3229f5
...
...
@@ -6,11 +6,11 @@ function AS:ExtraQuestButton()
AS
:
SkinButton
(
ExtraQuestButton
)
ExtraQuestButton
:
SetTemplate
(
"Transparent"
)
AS
:
Kill
(
ExtraQuestButton
.
Artwork
)
AS
:
SkinTexture
(
ExtraQuestButton
.
Icon
)
AS
:
SetInside
(
ExtraQuestButton
.
Icon
)
AS
:
SkinTexture
(
ExtraQuestButton
.
Texture
)
AS
:
SetInside
(
ExtraQuestButton
.
Texture
)
ExtraQuestButton
:
SetCheckedTexture
(
""
)
ExtraQuestButton
.
Hot
K
ey
:
ClearAllPoints
()
ExtraQuestButton
.
Hot
K
ey
:
SetPoint
(
'TOP'
,
ExtraQuestButton
,
'TOP'
,
0
,
-
1
)
ExtraQuestButton
.
Hot
k
ey
:
ClearAllPoints
()
ExtraQuestButton
.
Hot
k
ey
:
SetPoint
(
'TOP
RIGHT
'
,
ExtraQuestButton
,
'TOP
RIGHT
'
,
-
1
,
-
3
)
end
AS
:
RegisterSkin
(
'ExtraQuestButton'
,
AS
.
ExtraQuestButton
)
AS
:
RegisterSkin
(
'ExtraQuestButton'
,
AS
.
ExtraQuestButton
)
\ No newline at end of file
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