forked from SwimmingTiger/TotemTimers
-
Notifications
You must be signed in to change notification settings - Fork 0
/
TotemSets.xml
executable file
·75 lines (72 loc) · 2.34 KB
/
TotemSets.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
75
<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">
<Button name="TotemTimers_SetButtonTemplate" frameStrata="HIGH" parent="UIParent" virtual="true" hidden="true" clampedToScreen="true" movable="true" enableMouse="true" inherits="SecureActionButtonTemplate,SecureHandlerEnterLeaveTemplate,ActionButtonTemplate">
<Size x="32" y="32"/>
<Anchors>
<Anchor point="CENTER"/>
</Anchors>
<Layers>
<Layer level="OVERLAY">
<Texture name="$parentIcon1">
<Size>
<AbsDimension x="13" y="13"/>
</Size>
<Anchors>
<Anchor point="TOPLEFT" relativePoint="TOPLEFT">
<Offset x="3" y="-3"/>
</Anchor>
</Anchors>
</Texture>
<Texture name="$parentIcon2">
<Size>
<AbsDimension x="13" y="13"/>
</Size>
<Anchors>
<Anchor point="TOPRIGHT" relativePoint="TOPRIGHT">
<Offset x="-3" y="-3"/>
</Anchor>
</Anchors>
</Texture>
<Texture name="$parentIcon3">
<Size>
<AbsDimension x="13" y="13"/>
</Size>
<Anchors>
<Anchor point="BOTTOMLEFT" relativePoint="BOTTOMLEFT">
<Offset x="3" y="3"/>
</Anchor>
</Anchors>
</Texture>
<Texture name="$parentIcon4">
<Size>
<AbsDimension x="13" y="13"/>
</Size>
<Anchors>
<Anchor point="BOTTOMRIGHT" relativePoint="BOTTOMRIGHT">
<Offset x="-3" y="3"/>
</Anchor>
</Anchors>
</Texture>
</Layer>
</Layers>
<NormalTexture name="$parentNormalTexture" file="Interface\Buttons\UI-Quickslot2">
<Size>
<AbsDimension x="52" y="52"/>
</Size>
<Anchors>
<Anchor point="CENTER">
<Offset>
<AbsDimension x="0" y="-1"/>
</Offset>
</Anchor>
</Anchors>
</NormalTexture>
<PushedTexture file="Interface/Buttons/UI-Quickslot-Depress"/>
<HighlightTexture alphaMode="ADD" file="Interface/Buttons/ButtonHilight-Square"/>
<Scripts>
<OnClick>
TotemTimers.SetButton_OnClick(self, button)
</OnClick>
</Scripts>
</Button>
</Ui>