Jason Greer
Jason Greer
You can actually have as many as you want. When I revisit the configuration UI I should implement the ability to add/remove bars ```lua Addon.ProgressBar:New("exp", {"xp"}), Addon.ProgressBar:New("rep", {"reputation"}) Addon.ProgressBar:New("honor", {"honor"})...
Can you try with just Dominos enabled? I think another addon is causing that particular issue.
I'm not working on it, so feel free to.
Where I'm at so far - [ ] Font size - [ ] Inner padding or text positioning (move them a little further in from left/right of the castbar) -...
Probably. I need to make a generic typography panel for the bars and other bits.
Yeah, some of these will be implemented. I'm not sure about the spark one, though.
Yeah it’s the shine texture for cooldowns. When at 0% opacity, I need to hide cooldowns and show them otherwise. This is because the shine animation doesn’t inherit opacity levels
My intent is to add something like that. For now, though, hopefully copy and paste still works :)
The approach I want to take is to experiment with extending that new UI, and seeing how much of a pain it is to do.
My [dragonflight branch](https://github.com/tullamods/Dominos/tree/dragonflight) has a good chunk of it working now. There's a lot more "if something happens, reposition everything" logic on Blizzard's end to deal with than I would...