Another round of polishing and few aditions

- Added bar texture "Skyline Compact".
- Tooltip show 8 spells, up from 6.
- Breakdown color scheme improved.
- Backend changes.
This commit is contained in:
Tercio Jose
2024-03-08 14:03:34 -03:00
parent c1e1191c07
commit acc03f4769
12 changed files with 61 additions and 15 deletions
@@ -960,7 +960,7 @@ local updateSpellBar = function(spellBar, index, actorName, combatObject, scroll
spellBar.spellId = spellId
spellBar.spellIconFrame.spellId = spellId
spellBar.statusBar.backgroundTexture:SetAlpha(Details.breakdown_spell_tab.spellbar_background_alpha)
--spellBar.statusBar.backgroundTexture:SetAlpha(Details.breakdown_spell_tab.spellbar_background_alpha)
--statusbar color by school
local r, g, b = Details:GetSpellSchoolColor(spellTable.spellschool or 1)