Skip to content

Commit

Permalink
BarIcon p1
Browse files Browse the repository at this point in the history
  • Loading branch information
d87 committed Nov 12, 2020
1 parent ea1eef8 commit 075c20f
Show file tree
Hide file tree
Showing 3 changed files with 332 additions and 173 deletions.
3 changes: 2 additions & 1 deletion config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,8 @@ local DEFAULT_TEXLEVEL = 13
config.DefaultWidgets = {
raidbuff = { type = "IndicatorArray", width = 5, height = 5, point = "TOPLEFT", x = 0, y = 0, growth = "DOWN", max = 5 },
mitigation = { type = "Bar", width=22, height=4, point="BOTTOMLEFT", x=4, y=-5, vertical = false},
icon = { type = "Icon", width = 24, height = 24, point = "CENTER", x = 0, y = 0, alpha = 1, font = config.defaultFont, textsize = 12, outline = true, edge = true },
-- icon = { type = "Icon", width = 24, height = 24, point = "CENTER", x = 0, y = 0, alpha = 1, font = config.defaultFont, textsize = 12, outline = true, edge = true },
icon = { type = "BarIcon", width = 24, height = 24, point = "CENTER", x = 0, y = 0, alpha = 1, font = config.defaultFont, textsize = 12, outline = true, edge = true },
spell1 = { type = "Indicator", width = 9, height = 8, point = "BOTTOMRIGHT", x = 0, y = 0, },
-- spell2 = { type = "Indicator", width = 9, height = 8, point = "TOP", x = 0, y = 0, },
spell3 = { type = "Indicator", width = 9, height = 8, point = "TOPRIGHT", x = 0, y = 0, },
Expand Down
Loading

0 comments on commit 075c20f

Please sign in to comment.