comparison 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
comparison
equal deleted inserted replaced
7:bdd560f6d36d 8:7790dff0fe13
1 <Ui> 1 <Ui>
2 <Include file="Castbar.xml" /> 2 <Include file="Castbar.xml" />
3 <Include file="Powerbar.xml" />
3 <Include file="CombatLog.xml" /> 4 <Include file="CombatLog.xml" />
4 <Script file="Castbar.Init.lua" /> 5 <Script file="Castbar.Init.lua" />
5 <Script file="Castbar.lua" /> 6 <Script file="Castbar.lua" />
6 <Script file="CombatLog.lua" /> 7 <Script file="CombatLog.lua" />
7 <Include file="Powerbar.xml" />
8 <Script file="Powerbar.Init.lua" /> 8 <Script file="Powerbar.Init.lua" />
9 <Script file="Powerbar.lua" /> 9 <Script file="Powerbar.lua" />
10 </Ui> 10 </Ui>