Skip to content

Commit

Permalink
- Update AutoCast and Cooldown.
Browse files Browse the repository at this point in the history
  • Loading branch information
StormFX committed Jul 11, 2024
1 parent eb66be2 commit b5d478b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Skins.lua
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,8 @@ MSQ:AddSkin("Dominos", {
-- UseAtlasSize = false,
Texture = [[Interface\AddOns\Masque\Textures\Modern\AutoCast-Mask]],
-- TexCoords = {0, 1, 0, 1},
Width = 36,
Height = 36,
Width = 32,
Height = 32,
Point = "CENTER",
RelPoint = "CENTER",
OffsetX = -0.5,
Expand Down Expand Up @@ -165,8 +165,8 @@ MSQ:AddSkin("Dominos", {
Height = 36,
Point = "CENTER",
RelPoint = "CENTER",
OffsetX = -0.5,
OffsetY = 0.5,
OffsetX = 0,
OffsetY = 0,
-- SetAllPoints = nil,
},
ChargeCooldown = {
Expand All @@ -176,8 +176,8 @@ MSQ:AddSkin("Dominos", {
Height = 34,
Point = "CENTER",
RelPoint = "CENTER",
OffsetX = -0.5,
OffsetY = 0.5,
OffsetX = 0,
OffsetY = 0,
-- SetAllPoints = true,
},
-- [ SpellAlert ]
Expand Down

0 comments on commit b5d478b

Please sign in to comment.