comparison ObjectiveTracker/Schema.lua @ 39:92534dc793f2

- restore the previous QuestLogSelection after pulling for selection-restricted quest data; fixes icon mixups while quest map is open - moved progressbar builders into the schema environment, with all the other Frame.lua functions; prep for configuration access - relegate the various removal events to a framescript in their corresponding blocks; this takes care of resolving dead frames
author Nenue
date Thu, 21 Apr 2016 16:43:37 -0400
parents 1f8f9cc3d956
children 756e8aeb040b
comparison
equal deleted inserted replaced
38:1f8f9cc3d956 39:92534dc793f2
109 textColor = {1, 1, 1}, 109 textColor = {1, 1, 1},
110 textSpacing = 3, 110 textSpacing = 3,
111 textIndent = 3, 111 textIndent = 3,
112 }, 112 },
113 completed = { 113 completed = {
114 textColor = {0, 1, 0} 114 textColor = {.5, 1, .5}
115 }, 115 },
116 failed = { 116 failed = {
117 textColor = {1,0,0 } 117 textColor = {1,.25,.25 }
118 }, 118 },
119 autocomplete = { 119 autocomplete = {
120 textColor = {0,1,0 } 120 textColor = {.5,1,1 }
121 }, 121 },
122 objectColor = { 122 object = {
123 textColor = {0,1,1} 123 textColor = {0,1,1}
124 }, 124 },
125 monster = { 125 monster = {
126 textColor = {1,1,0} 126 textColor = {1,1,0}
127 }, 127 },
128 item = { 128 item = {
129 textColor = {1,.25,.5} 129 textColor = {1,.75,.75}
130 }, 130 },
131 achievement_complete = { 131 achievement_complete = {
132 textColor = {1, 1, 1, 1}, 132 textColor = {1, 1, 1, 1},
133 }, 133 },
134 achievement = { 134 achievement = {
135 textColor = {0, 0.7, 1, 1}, 135 textColor = {0.5, 0.85, 1, 1},
136 }, 136 },
137 achievement_account = { 137 achievement_account = {
138 textColor = {.35, 0.7, 1, 1}, 138 textColor = {.4, 0.7, 1, 1},
139 }, 139 },
140 } 140 }
141 T.defaults.Schema.widget = { 141 T.defaults.Schema.widget = {
142 progressbar = { 142 progressbar = {
143 143
144 }, 144 },
145 timer = { 145 timer = {
146 146
147 } 147 }
148 } 148 }
149
150 T.defaults.Schema.statusbar = {
151 default = {
152 textFont = {[[Interface\Addons\SharedMedia_MyMedia\font\XOIREQE.TTF]], 11, 'OUTLINE'},
153 textColor = {1,1,1,1},
154 }
155 }