Revised Raid Buff Reminders (#45)

* Update RaidBuffReminder.lua

make adjustments to the display of the RBR

* Update Auras.lua

add relevant options

* Update Profile.lua

* Update enUS.lua

* Update Minimap.lua

* Update RaidBuffReminder.lua

fix variable typo

* match order of options

* merge thorns and armor buffs

* match the edges of the minimap
This commit is contained in:
Anthony Narkevicius
2023-10-08 12:16:52 -07:00
committed by GitHub
parent 849362ae48
commit 716ec59644
5 changed files with 73 additions and 58 deletions
+3 -2
View File
@@ -108,7 +108,8 @@ P.general = {
position = "RIGHT",
font = "Homespun",
fontSize = 10,
fontOutline = "MONOCHROMEOUTLINE"
fontOutline = "MONOCHROMEOUTLINE",
wide = true
},
kittys = false
}
@@ -4203,4 +4204,4 @@ do -- cooldown stuff
-- we gonna need this on by default :3
P.cooldown.enable = true
end
end