Skip to content

Commit

Permalink
- Update AutoCast and Cooldown regions.
Browse files Browse the repository at this point in the history
  • Loading branch information
StormFX committed Jul 11, 2024
1 parent 6e8e40f commit 2fa0759
Show file tree
Hide file tree
Showing 15 changed files with 21 additions and 77 deletions.
16 changes: 3 additions & 13 deletions Skins/Blizzard_Classic.lua
Original file line number Diff line number Diff line change
Expand Up @@ -661,25 +661,15 @@ local Skin = {
EdgeTexture = [[Interface\Cooldown\edge]],
PulseTexture = [[Interface\Cooldown\star4]],
Color = {0, 0, 0, 0.8},
Width = 34,
Height = 34,
Width = 32,
Height = 32,
Point = "CENTER",
RelPoint = "CENTER",
OffsetX = 0,
OffsetY = 0,
-- SetAllPoints = nil,
},
ChargeCooldown = {
EdgeTexture = [[Interface\Cooldown\edge]],
PulseTexture = [[Interface\Cooldown\star4]],
Width = 34,
Height = 34,
Point = "CENTER",
RelPoint = "CENTER",
OffsetX = 0,
OffsetY = 0,
-- SetAllPoints = true,
},
ChargeCooldown = "Cooldown",
-- [ SpellAlert ]
-- SpellAlert = Default.SpellAlert,
}
Expand Down
19 changes: 4 additions & 15 deletions Skins/Blizzard_Modern.lua
Original file line number Diff line number Diff line change
Expand Up @@ -861,8 +861,8 @@ local Skin = {
Height = 37, -- 31
Point = "CENTER",
RelPoint = "CENTER",
OffsetX = 0.5,
OffsetY = -0.5,
OffsetX = 0,
OffsetY = 0,
-- SetAllPoints = nil,
},
AutoCast_Shine = {
Expand Down Expand Up @@ -922,27 +922,16 @@ local Skin = {
EdgeTexture = [[Interface\Cooldown\UI-HUD-ActionBar-SecondaryCooldown]],
PulseTexture = [[Interface\Cooldown\star4]],
Color = {0, 0, 0, 0.8},
Width = 34,
Height = 34,
Anchor = "Icon",
Point = "CENTER",
RelPoint = "CENTER",
OffsetX = 0,
OffsetY = 0,
-- SetAllPoints = nil,
},
ChargeCooldown = {
EdgeTexture = [[Interface\Cooldown\UI-HUD-ActionBar-SecondaryCooldown]],
PulseTexture = [[Interface\Cooldown\star4]],
Width = 31,
Height = 31,
Anchor = "Icon",
Point = "CENTER",
RelPoint = "CENTER",
OffsetX = 0,
OffsetY = 0,
--SetAllPoints = true,
-- SetAllPoints = nil,
},
ChargeCooldown = "Cooldown",
-- [ SpellAlert ]
-- SpellAlert = Default.SpellAlert,
}
Expand Down
18 changes: 4 additions & 14 deletions Skins/Classic_Enhanced.lua
Original file line number Diff line number Diff line change
Expand Up @@ -419,8 +419,8 @@ Core.AddSkin("Classic Enhanced", {
-- UseAtlasSize = false,
Texture = [[Interface\AddOns\Masque\Textures\Modern\AutoCast-Mask]],
-- TexCoords = {0, 1, 0, 1},
Width = 34,
Height = 34,
Width = 28,
Height = 28,
Point = "CENTER",
RelPoint = "CENTER",
OffsetX = 0,
Expand Down Expand Up @@ -458,25 +458,15 @@ Core.AddSkin("Classic Enhanced", {
EdgeTexture = [[Interface\AddOns\Masque\Textures\Modern\Edge]],
PulseTexture = [[Interface\Cooldown\star4]],
Color = {0, 0, 0, 0.8},
Width = 34,
Height = 34,
Point = "CENTER",
RelPoint = "CENTER",
OffsetX = 0,
OffsetY = 0,
-- SetAllPoints = nil,
},
ChargeCooldown = {
EdgeTexture = [[Interface\AddOns\Masque\Textures\Modern\Edge]],
PulseTexture = [[Interface\Cooldown\star4]],
Width = 32,
Height = 32,
Point = "CENTER",
RelPoint = "CENTER",
OffsetX = 0,
OffsetY = 0,
-- SetAllPoints = true,
-- SetAllPoints = nil,
},
ChargeCooldown = "Cooldown",
--ChargeCooldown = "Cooldown",
-- [ SpellAlert ]
SpellAlert = {
Expand Down
20 changes: 3 additions & 17 deletions Skins/Dream.lua
Original file line number Diff line number Diff line change
Expand Up @@ -423,28 +423,14 @@ Core.AddSkin("Dream", {
},
-- [ AutoCastOverlay (Retail) ]
-- AutoCast_Frame = Template.AutoCast_Frame,
AutoCast_Shine = {
Atlas = "UI-HUD-ActionBar-PetAutoCast-Ants",
UseAtlasSize = false,
-- Color = {1, 1, 1, 1},
BlendMode = "BLEND",
DrawLayer = "OVERLAY",
DrawLevel = 0,
Width = 44,
Height = 44,
Point = "CENTER",
RelPoint = "CENTER",
OffsetX = 0,
OffsetY = 0,
-- SetAllPoints = nil,
},
-- AutoCast_Shine = Template.AutoCast_Shine,
AutoCast_Mask = {
-- Atlas = "UI-HUD-ActionBar-PetAutoCast-Mask",
-- UseAtlasSize = false,
Texture = [[Interface\AddOns\Masque\Textures\Square\AutoCast-Mask]],
-- TexCoords = {0, 1, 0, 1},
Width = 32,
Height = 32,
Width = 28,
Height = 28,
Point = "CENTER",
RelPoint = "CENTER",
OffsetX = 0,
Expand Down
21 changes: 5 additions & 16 deletions Skins/Modern_Enhanced.lua
Original file line number Diff line number Diff line change
Expand Up @@ -362,12 +362,12 @@ Core.AddSkin("Modern Enhanced", {
-- UseAtlasSize = false,
Texture = [[Interface\AddOns\Masque\Textures\Modern\AutoCast-Mask]],
-- TexCoords = {0, 1, 0, 1},
Width = 34,
Height = 34,
Width = 30,
Height = 30,
Point = "CENTER",
RelPoint = "CENTER",
OffsetX = 0,
OffsetY = 0.5,
OffsetY = 0,
-- SetAllPoints = nil,
},
AutoCast_Corners = {
Expand All @@ -393,27 +393,16 @@ Core.AddSkin("Modern Enhanced", {
EdgeTexture = [[Interface\AddOns\Masque\Textures\Modern\Edge]],
PulseTexture = [[Interface\Cooldown\star4]],
Color = {0, 0, 0, 0.8},
Width = 34,
Height = 34,
Anchor = "Icon",
Point = "CENTER",
RelPoint = "CENTER",
OffsetX = 0,
OffsetY = 0,
-- SetAllPoints = nil,
},
ChargeCooldown = {
EdgeTexture = [[Interface\AddOns\Masque\Textures\Modern\Edge]],
PulseTexture = [[Interface\Cooldown\star4]],
Width = 31,
Height = 31,
Anchor = "Icon",
Point = "CENTER",
RelPoint = "CENTER",
OffsetX = 0,
OffsetY = 0,
--SetAllPoints = true,
-- SetAllPoints = nil,
},
ChargeCooldown = "Cooldown",
-- [ SpellAlert ]
SpellAlert = {
Height = 29,
Expand Down
4 changes: 2 additions & 2 deletions Skins/Zoomed.lua
Original file line number Diff line number Diff line change
Expand Up @@ -385,8 +385,8 @@ Core.AddSkin("Zoomed", {
-- UseAtlasSize = false,
Texture = [[Interface\AddOns\Masque\Textures\Square\AutoCast-Mask]],
-- TexCoords = {0, 1, 0, 1},
Width = 38,
Height = 38,
Width = 34,
Height = 34,
Point = "CENTER",
RelPoint = "CENTER",
OffsetX = 0,
Expand Down
Binary file modified Textures/Circle/AutoCast-Mask.tga
Binary file not shown.
Binary file modified Textures/Circle/Mask.tga
Binary file not shown.
Binary file modified Textures/Hexagon-Rotated/AutoCast-Mask.tga
Binary file not shown.
Binary file modified Textures/Hexagon-Rotated/Mask.tga
Binary file not shown.
Binary file modified Textures/Hexagon/AutoCast-Mask.tga
Binary file not shown.
Binary file modified Textures/Hexagon/Mask.tga
Binary file not shown.
Binary file modified Textures/Modern/AutoCast-Mask.tga
Binary file not shown.
Binary file modified Textures/Modern/Mask.tga
Binary file not shown.
Binary file modified Textures/Square/AutoCast-Mask.tga
Binary file not shown.

0 comments on commit 2fa0759

Please sign in to comment.