vanilla-wow-addons – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 local L = AceLibrary("AceLocale-2.0"):new("ag_UnitFrames")
2  
3 aUF.Layouts.yaABF = {
4 Name = "yaABF",
5 Tip = "yet another abf style",
6 ResizeBars = false,
7 BackgroundBarColor = true,
8 AlphaBar = true,
9 RaidColorName = true,
10 PetClassName = true,
11 ComboGFX = true,
12 HappinessBar = true,
13  
14 ThemeData = {
15 all = {
16 FrameHeight = 26,
17 FrameWidth = 140,
18  
19 Combo1 = { Point = "BOTTOMRIGHT",
20 RelativePoint = "BOTTOMRIGHT",
21 x = 1,
22 y = -1,
23 Height = 10,
24 HeightAdd = 0,
25 Width = 10,
26 },
27  
28 HealthBar_BG = { Point = "TOPLEFT",
29 RelativePoint = "TOPLEFT",
30 x = 5,
31 y = -5,
32 Visibility = {"HealthBar_BG","HealthBar","BarHealthText","HealthText",},
33 Height = 15,
34 HeightAdd = 0,
35 PetAdjust = -4,
36 Width = 90,
37 },
38  
39 ManaBar_BG = { Point = "TOPLEFT",
40 RelativePoint = "TOPLEFT",
41 x = 5,
42 y = -21,
43 HeightAdd = 11,
44 Visibility = {"ManaBar_BG","ManaBar","BarManaText","ManaText","ClassText",},
45 Height = 11,
46 Width = 90,
47 },
48  
49 XPBar_BG = { Point = "TOPLEFT",
50 RelativeTo = "ManaBar_BG",
51 RelativeToSecondary = "HealthBar_BG",
52 RelativePoint = "BOTTOMLEFT",
53 x = 0,
54 y = -1,
55 HeightAdd = 5,
56 Visibility = {"XPBar_BG","XPBar",},
57 Width = 90,
58 Height = 4,
59 },
60  
61 XPBar = { Width = 90,
62 },
63  
64 XPBar_Rest = { Width = 90,
65 },
66  
67 NameBackground= { Hidden = true,
68 },
69  
70 Happiness = { Point = "TOPLEFT",
71 RelativeTo = "HealthBar_BG",
72 RelativePoint = "TOPLEFT",
73 x=0,
74 y=0,
75 Height = 15,
76 Width = 90,
77 Visibility = {"Happiness",},
78 },
79  
80 NameLabel = { Font = "Interface\\AddOns\\ag_UnitFrames\\fonts\\yabf.ttf",
81 FontSize = 9,
82 Width = 90,
83 Point = "LEFT",
84 RelativeTo = "HealthBar",
85 RelativePoint = "LEFT",
86 x = 2,
87 y = 1,
88 },
89  
90 ClassText = { Font = "Interface\\AddOns\\ag_UnitFrames\\fonts\\yabf.ttf",
91 FontSize = 9,
92 Hidden = true,
93 },
94  
95 HealthText = { Font = "Interface\\AddOns\\ag_UnitFrames\\fonts\\yabf.ttf",
96 FontSize = 9,
97 Point = "RIGHT",
98 RelativeTo = "HealthBar_BG",
99 RelativePoint = "RIGHT",
100 x = -2,
101 y = 1,
102 },
103  
104 ManaText = { Font = "Interface\\AddOns\\ag_UnitFrames\\fonts\\yabf.ttf",
105 FontSize = 9,
106 Point = "RIGHT",
107 RelativeTo = "ManaBar_BG",
108 RelativePoint = "RIGHT",
109 x = -2,
110 y = 1,
111 },
112  
113 BarHealthText = { Font = "Interface\\AddOns\\ag_UnitFrames\\fonts\\yabf.ttf",
114 FontSize = 9,
115 },
116  
117 BarManaText = { Font = "Interface\\AddOns\\ag_UnitFrames\\fonts\\yabf.ttf",
118 FontSize = 9,
119 },
120  
121 PVPIcon = { Point = "TOPRIGHT",
122 RelativePoint = "TOPRIGHT",
123 x = 0,
124 y= 4,
125 },
126  
127 InCombatIcon = { Point = "TOPRIGHT",
128 RelativePoint = "TOPRIGHT",
129 x = 7,
130 y= 4,
131 },
132  
133 RestingIcon = { Point = "TOPRIGHT",
134 RelativePoint = "TOPRIGHT",
135 x = 5,
136 y= 6,
137 },
138  
139 RaidTargetIcon = { Point = "CENTER",
140 RelativePoint = "TOP",
141 x = 0,
142 y = -3,
143 },
144  
145 LeaderIcon = { Point = "TOPLEFT",
146 RelativePoint = "TOPLEFT",
147 x = -2,
148 y = 2,
149 },
150  
151 MasterIcon = { Point = "TOPLEFT",
152 RelativePoint = "TOPLEFT",
153 x = -5,
154 y = 2,
155 },
156 },
157 target = {
158 ManaBar_BG = { Visibility = {"ManaBar_BG","ManaBar","BarManaText","ManaText","ClassText",},
159 },
160 ClassText = { Font = "Interface\\AddOns\\ag_UnitFrames\\fonts\\yabf.ttf",
161 FontSize = 9,
162 Justify = "LEFT",
163 Width = 85,
164 Point = "LEFT",
165 RelativeTo = "ManaBar",
166 RelativePoint = "LEFT",
167 x = 2,
168 y = 1,
169 Hidden = false,
170 },
171 },
172 targettarget = {
173 ManaBar_BG = { Visibility = {"ManaBar_BG","ManaBar","BarManaText","ManaText","ClassText",},
174 },
175 ClassText = { Font = "Interface\\AddOns\\ag_UnitFrames\\fonts\\yabf.ttf",
176 FontSize = 9,
177 Justify = "LEFT",
178 Width = 85,
179 Point = "LEFT",
180 RelativeTo = "ManaBar",
181 RelativePoint = "LEFT",
182 x = 2,
183 y = 1,
184 Hidden = false,
185 },
186 },
187 raid = {
188 FrameWidth = 100,
189 FrameHeight = 24,
190 HealthBar_BG = { Width = 90,
191 Height = 16,
192 HeightAdd = 1,
193 },
194 ManaBar_BG = { Width = 90,
195 Height = 5,
196 HeightAdd = -5,
197 },
198 XPBar_BG = { Width = 90,
199 Hidden = true,
200 },
201 XPBar = { Width = 90,
202 Hidden = true,
203 },
204 XPBar_Rest = { Width = 90,
205 Hidden = true,
206 },
207 NameLabel = { Font = "Interface\\AddOns\\ag_UnitFrames\\fonts\\yabf.ttf",
208 FontSize = 13,
209 Point = "LEFT",
210 RelativeTo = "HealthBar",
211 RelativePoint = "LEFT",
212 x = 2,
213 y = 1,
214 },
215 HealthText = { Font = "Interface\\AddOns\\ag_UnitFrames\\fonts\\yabf.ttf",
216 FontSize = 13,
217 Point = "RIGHT",
218 RelativeTo = "HealthBar_BG",
219 RelativePoint = "RIGHT",
220 x = -2,
221 y = 1,
222 },
223 ManaText = { Hidden = true,
224 },
225 BarHealthText = { Hidden = true,
226 },
227 BarManaText = { Hidden = true,
228 },
229 },
230 },
231 }