Skip to content

Commit

Permalink
- Update Edge files.
Browse files Browse the repository at this point in the history
  • Loading branch information
StormFX committed Nov 8, 2023
1 parent 299aa5a commit b59385d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions Core/Regions/Cooldown.lua
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ local hooksecurefunc = _G.hooksecurefunc
-- Internal
---

local WOW_RETAIL = Core.WOW_RETAIL

-- @ Skins\Blizzard_*
local Default = Core.DEFAULT_SKIN.Cooldown

Expand All @@ -45,8 +47,8 @@ local SkinFrame = Core.SkinFrame

local DEF_COLOR = Default.Color
local DEF_PULSE = [[Interface\Cooldown\star4]]
local DEF_EDGE = [[Interface\Cooldown\edge]]
local DEF_EDGE_LOC = [[Interface\Cooldown\edge-LoC]]
local DEF_EDGE = (WOW_RETAIL and [[Interface\Cooldown\UI-HUD-ActionBar-SecondaryCooldown]]) or [[Interface\Cooldown\edge]]
local DEF_EDGE_LOC = (WOW_RETAIL and [[Interface\Cooldown\UI-HUD-ActionBar-LoC]]) or [[Interface\Cooldown\edge-LoC]]

local MSQ_EDGE = [[Interface\AddOns\Masque\Textures\Cooldown\Edge]]
local MSQ_EDGE_LOC = [[Interface\AddOns\Masque\Textures\Cooldown\Edge-LoC]]
Expand Down
4 changes: 2 additions & 2 deletions Skins/Blizzard_Modern.lua
Original file line number Diff line number Diff line change
Expand Up @@ -862,7 +862,7 @@ local Skin = {
},
Cooldown = {
Texture = [[Interface\AddOns\Masque\Textures\Cooldown\Swipe-Modern]],
EdgeTexture = [[Interface\AddOns\Masque\Textures\Cooldown\Edge]],
EdgeTexture = [[Interface\Cooldown\UI-HUD-ActionBar-SecondaryCooldown]],
PulseTexture = [[Interface\Cooldown\star4]],
Color = {0, 0, 0, 0.8},
Width = 31.5,
Expand All @@ -875,7 +875,7 @@ local Skin = {
-- SetAllPoints = nil,
},
ChargeCooldown = {
EdgeTexture = [[Interface\AddOns\Masque\Textures\Cooldown\Edge]],
EdgeTexture = [[Interface\Cooldown\UI-HUD-ActionBar-SecondaryCooldown]],
PulseTexture = [[Interface\Cooldown\star4]],
Width = 31,
Height = 31,
Expand Down
Binary file modified Textures/Cooldown/Edge-LoC.tga
Binary file not shown.
Binary file modified Textures/Cooldown/Edge.tga
Binary file not shown.

0 comments on commit b59385d

Please sign in to comment.