comparison Turok/Modules/Combat/Powerbar.Init.lua @ 9:9400a0ff8540

Ugh Timer: - container update directionality - talent update iterates over a non-volatile table to carry out updates - index management steps organized - talentRow status implemented, returns the spell associated with the talent chosen from that row CombatLog: - sort out font controls and unbork arguments
author Nenue
date Sun, 21 Feb 2016 13:08:30 -0500
parents a9b8b0866ece
children
comparison
equal deleted inserted replaced
8:7790dff0fe13 9:9400a0ff8540
17 graph_alert = {1,0,0,1}, 17 graph_alert = {1,0,0,1},
18 graph_blend = 'ADD', 18 graph_blend = 'ADD',
19 graph_blend_alert = 'BLEND', 19 graph_blend_alert = 'BLEND',
20 foreground_color = {.1,.5,1 ,1}, 20 foreground_color = {.1,.5,1 ,1},
21 background_color = {0.2,0.2,0.2,0.2}, 21 background_color = {0.2,0.2,0.2,0.2},
22 y = -188, 22 anchor = 'TOP', parent = 'UIParent', anchorTo = 'CENTER',
23 x = 0, 23 x = 0, y = -230,
24 height = 20, 24 height = 20,
25 width = 300, 25 width = 330,
26 padding = 0, 26 padding = 0,
27 spacing = 1, 27 spacing = 1,
28 strata = 'BACKGROUND', 28 strata = 'BACKGROUND',
29 level = 5, 29 level = 5,
30 resource_max_noise = [[Interface\Addons\Turok\Media\sound\SquishFart.ogg]], 30 resource_max_noise = [[Interface\Addons\Turok\Media\sound\SquishFart.ogg]],