This repository has been archived by the owner on Aug 25, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
EclipseProcConfig.lua
72 lines (63 loc) · 2.04 KB
/
EclipseProcConfig.lua
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
--[[
EclipseProc
Copyright (c) 2008, Anton I. (Neav @ Alleria-EU /CORE\) & Ettan @ Scarshield Legion EU /EclipseTimers\
All rights reserved.
--]]
SolarEclipse = {
showAs = "bar", -- icon or barmode? possible: "icon" or "bar"
icon = {
size = 40,
scale = 1.03,
alpha = 1.0,
position = {"CENTER", UIParent, "CENTER", 0, -100},
borderColor = {1, 0, 0},
font = {"Fonts\\ARIALN.ttf", 17, "OUTLINE"},
fontColor = {1, 1, 1},
timeOffsetX = 0,
timeOffsetY = 0,
},
bar = {
width = 348,
height = 15,
scale = 1.03,
alpha = 1.0,
position = {"BOTTOM", UIParent, "BOTTOM", 0, 160.35},
showIcon = false,
iconPosition = "right", -- on wich side of the bar do you want to show the icon? possible: "left" or "right"
barColor = {0, 1, 0},
playerColorAsBarColor = true,
fontName = {"Fonts\\ARIALN.ttf", 14, nil},
fontNameColor = {1, 1, 1},
fontTime = {"Fonts\\ARIALN.ttf", 14, nil},
fontTimeColor = {1, 1, 1},
},
}
LunarEclipse = {
showAs = "bar", -- icon or barmode? possible: "icon" or "bar"
icon = {
size = 40,
scale = 1.03,
alpha = 1.0,
position = {"CENTER", UIParent, "CENTER", 0, -100},
borderColor = {1, 0, 0},
font = {"Fonts\\ARIALN.ttf", 17, "OUTLINE"},
fontColor = {1, 1, 1},
timeOffsetX = 0,
timeOffsetY = 0,
},
bar = {
width = 348,
height = 15,
scale = 1.03,
alpha = 1.0,
position = {"BOTTOM", UIParent, "BOTTOM", 0, 190.35},
showIcon = false,
iconPosition = "right", -- on wich side of the bar do you want to show the icon? possible: "left" or "right"
barColor = {0, 1, 0},
playerColorAsBarColor = true,
fontName = {"Fonts\\ARIALN.ttf", 14, nil},
fontNameColor = {1, 1, 1},
fontTime = {"Fonts\\ARIALN.ttf", 14, nil},
fontTimeColor = {1, 1, 1},
},
}