Mercurial > wow > turok
diff 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 |
line wrap: on
line diff
--- a/Turok/Modules/Combat/Powerbar.Init.lua Sun Feb 21 08:49:34 2016 -0500 +++ b/Turok/Modules/Combat/Powerbar.Init.lua Sun Feb 21 13:08:30 2016 -0500 @@ -19,10 +19,10 @@ graph_blend_alert = 'BLEND', foreground_color = {.1,.5,1 ,1}, background_color = {0.2,0.2,0.2,0.2}, - y = -188, - x = 0, + anchor = 'TOP', parent = 'UIParent', anchorTo = 'CENTER', + x = 0, y = -230, height = 20, - width = 300, + width = 330, padding = 0, spacing = 1, strata = 'BACKGROUND',