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.CTRA = {
4 Name = "CTRA",
5 Tip = "CT_RaidAssist look",
6 ResizeBars = false,
7 BackgroundBarColor = false,
8 AlphaBar = false,
9 RaidColorName = true,
10 ComboGFX = false,
11 HappinessBar = false,
12 PetClassName = false,
13  
14 ThemeData = {
15 all = {
16 FrameHeight = 32,
17 FrameWidth = 120,
18  
19 NameLabel = { Font = L"Fonts\\FRIZQT__.TTF",
20 FontSize = 9.5,
21 Width = 75,
22 Point = "TOPLEFT",
23 RelativePoint = "TOPLEFT",
24 x = 5.5,
25 y = -8.5,
26 },
27  
28 HealthBar_BG = { Point = "TOPLEFT",
29 RelativePoint = "TOPLEFT",
30 x = 6,
31 y = -16,
32 Visibility = {"HealthBar_BG","HealthBar","BarHealthText","HealthText",},
33 Height = 6,
34 Width = 88,
35 },
36  
37 ManaBar_BG = { Point = "TOPLEFT",
38 RelativePoint = "BOTTOMLEFT",
39 RelativeTo = "HealthBar_BG",
40 x = 0,
41 y = -0.5,
42 Visibility = {"ManaBar_BG","ManaBar","BarManaText","ManaText","ClassText",},
43 Height = 4,
44 Width = 88,
45 },
46 XPBar_BG = { Point = "TOPLEFT",
47 RelativeTo = "ManaBar_BG",
48 RelativeToSecondary = "HealthBar_BG",
49 RelativePoint = "BOTTOMLEFT",
50 x = 0,
51 y = -0.5,
52 HeightAdd = 5,
53 Visibility = {"XPBar_BG","XPBar","XPBar_Rest"},
54 Width = 88,
55 Height = 4,
56 },
57 NameBackground= { Point = "TOPLEFT",
58 RelativePoint = "TOPLEFT",
59 x=6,
60 y=-2,
61 Height = 15,
62 Width = 88,
63 Hidden = true,
64 },
65 Happiness = { Point = "TOPLEFT",
66 RelativePoint = "TOPLEFT",
67 x=6,
68 y=-2,
69 Height = 15,
70 Width = 82,
71 Visibility = {"Happiness",},
72 Hidden = true,
73 },
74 ClassText = { Font = L"Fonts\\FRIZQT__.TTF",
75 FontSize = 8,
76 Justify = "RIGHT",
77 Width = 60,
78 Point = "TOPRIGHT",
79 RelativePoint = "TOPRIGHT",
80 x =-7,
81 y =-9,
82 Hidden = true,
83 },
84  
85 HealthText = { Font = "Fonts\\FRIZQT__.TTF",
86 FontSize = 10.5,
87 Justify = "CENTER",
88 RelativeTo = "HealthBar_BG",
89 Point = "CENTER",
90 RelativePoint = "CENTER",
91 x = 0,
92 y = -1,
93 Width = 70,
94 },
95  
96 StatusText = { Font = "Fonts\\FRIZQT__.TTF",
97 FontSize = 10.5,
98 Justify = "CENTER",
99 RelativeTo = "HealthBar_BG",
100 Point = "CENTER",
101 RelativePoint = "CENTER",
102 x = 0,
103 y = -1,
104 Width = 70,
105 },
106  
107 LeaderIcon = { Point = "TOPRIGHT",
108 RelativePoint = "TOPRIGHT",
109 x = -4,
110 y = -3.5,
111 },
112  
113 MasterIcon = { Point = "TOPRIGHT",
114 RelativePoint = "TOPRIGHT",
115 x = -8,
116 y = -3.5,
117 },
118  
119 PVPIcon = { Hidden = true,
120 },
121  
122 InCombatIcon = { Hidden = true,
123 },
124  
125 RestingIcon = { Hidden = true,
126 },
127  
128 RaidTargetIcon = { Point = "CENTER",
129 RelativePoint = "TOP",
130 x = 0,
131 y = -3,
132 },
133  
134 NameBackground = { Hidden = true,
135 },
136  
137 ClassText = { Hidden = true,
138 },
139  
140 ManaText = { Hidden = true,
141 },
142  
143 BarManaText = { Hidden = true,
144 },
145  
146 BarHealthText = { Hidden = true,
147 },
148  
149 },
150 },
151 }