forked from Jaliborc/Combuctor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.xml
74 lines (68 loc) · 2.13 KB
/
style.xml
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
<Ui xmlns="http://www.blizzard.com/wow/ui/">
<Button name="CombuctorSortButtonTemplate" inherits="BankAutoSortButtonTemplate" virtual="true">
<Size x="22" y="22"/>
<HighlightTexture file="Interface\Buttons\ButtonHilight-Square" alphaMode="ADD">
<Size x="18" y="18"/>
<Anchors>
<Anchor point="CENTER" x="0" y="0"/>
</Anchors>
</HighlightTexture>
</Button>
<Button name="CombuctorBagToggleTemplate" virtual="true">
<Size x="32" y="32"/>
<HighlightTexture alphaMode="ADD" file="Interface\Minimap\UI-Minimap-ZoomButton-Highlight"/>
<Layers>
<Layer level="BACKGROUND">
<Texture parentKey="Icon" file="Interface\Buttons\Button-Backpack-Up">
<Size x="20" y="20"/>
<Anchors>
<Anchor point="TOPLEFT">
<Offset x="7" y="-6"/>
</Anchor>
</Anchors>
<TexCoords left="0.075" right="0.925" top="0.075" bottom="0.925"/>
</Texture>
</Layer>
<Layer level="OVERLAY">
<Texture parentKey="Border" file="Interface\Minimap\MiniMap-TrackingBorder">
<Size x="54" y="54"/>
<Anchors>
<Anchor point="TOPLEFT"/>
</Anchors>
</Texture>
</Layer>
</Layers>
<Scripts>
<OnLoad>
self:RegisterForClicks("anyUp")
self.Border:SetDesaturated(true)
self.Border:SetAlpha(0.6)
</OnLoad>
<OnMouseDown>
self.Icon:SetTexCoord(0,1,0,1)
</OnMouseDown>
<OnMouseUp>
self.Icon:SetTexCoord(0.075,0.925,0.075,0.925)
</OnMouseUp>
</Scripts>
</Button>
<CheckButton name="CombuctorSideTabTemplate" virtual="true" hidden="true">
<Size x="32" y="32"/>
<Layers>
<Layer level="BACKGROUND">
<Texture parentKey="border" file="Interface\SpellBook\SpellBook-SkillLineTab">
<Size x="64" y="64"/>
<Anchors>
<Anchor point="TOPLEFT">
<Offset x="-3" y="11"/>
</Anchor>
</Anchors>
</Texture>
</Layer>
</Layers>
<NormalTexture/>
<HighlightTexture file="Interface\Buttons\ButtonHilight-Square" alphaMode="ADD"/>
<CheckedTexture file="Interface\Buttons\CheckButtonHilight" alphaMode="ADD"/>
</CheckButton>
<Button name="CombuctorBottomTabTemplate" inherits="CharacterFrameTabButtonTemplate" virtual="true"></Button>
</Ui>