-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathButton.xml
More file actions
30 lines (27 loc) · 1.25 KB
/
Button.xml
File metadata and controls
30 lines (27 loc) · 1.25 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<Ui xmlns="http://www.blizzard.com/wow/ui/"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.blizzard.com/wow/ui/ ..\FrameXML\UI.xsd">
<Texture name="StriLi_UIPanelButtonUpTexture" virtual="true">
<Color r="0" g="0" b="0" a="1" />
</Texture>
<Texture name="StriLi_UIPanelButtonDownTexture" virtual="true">
<Color r="0" g="0" b="0" a="1" />
</Texture>
<Texture name="StriLi_UIPanelButtonDisabledTexture" virtual="true">
<Color r="0" g="0" b="0" a="1" />
</Texture>
<Texture name="StriLi_UIPanelButtonDisabledDownTexture" virtual="true">
<Color r="0" g="0" b="0" a="1" />
</Texture>
<Texture name="StriLi_UIPanelButtonHighlightTexture" file="Interface\Buttons\UI-Button-Outline" alphaMode="ADD" virtual="true">
<TexCoords left="0.2" right="0.8" top="0.2" bottom="0.8"/>
</Texture>
<Button name="StriLi_Custom_Button_Template" virtual="true" inherits="UIPanelButtonTemplate">
<Size x="15" y="15"/>
<NormalTexture inherits="StriLi_UIPanelButtonUpTexture"/>
<PushedTexture inherits="StriLi_UIPanelButtonDownTexture"/>
<DisabledTexture inherits="StriLi_UIPanelButtonDisabledTexture"/>
<HighlightTexture inherits="StriLi_UIPanelButtonHighlightTexture"/>
<PushedTextOffset x="0.5" y="0.5"/>
</Button>
</Ui>