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