annotate Turok/Modules/Combat/Combat.xml @ 8:7790dff0fe13

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 08:49:34 -0500
parents a9b8b0866ece
children
rev   line source
Nenue@6 1 <Ui>
Nenue@6 2 <Include file="Castbar.xml" />
Nenue@8 3 <Include file="Powerbar.xml" />
Nenue@6 4 <Include file="CombatLog.xml" />
Nenue@6 5 <Script file="Castbar.Init.lua" />
Nenue@6 6 <Script file="Castbar.lua" />
Nenue@6 7 <Script file="CombatLog.lua" />
Nenue@6 8 <Script file="Powerbar.Init.lua" />
Nenue@6 9 <Script file="Powerbar.lua" />
Nenue@6 10 </Ui>