Skip to content

Commit

Permalink
- Add custom animation support. (Closes #53)
Browse files Browse the repository at this point in the history
  • Loading branch information
StormFX committed Jun 25, 2024
1 parent 21ac1b0 commit 33be036
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Skins.lua
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ local L = Core.Locale
-- Locals
---

local API_VERSION = 100105
local API_VERSION = 100207

-- Skin Info
local Authors = {"StormFX", "|cff999999Sairen|r"}
Expand Down Expand Up @@ -626,7 +626,7 @@ MSQ:AddSkin("Serenity - Redux", {

MSQ:AddSkin("Serenity - Square", {
API_VERSION = API_VERSION,
Shape = "Square",
Shape = "Modern",

-- Info
Authors = Authors,
Expand Down Expand Up @@ -1099,8 +1099,8 @@ MSQ:AddSkin("Serenity - Square", {
-- SetAllPoints = true,
},
SpellAlert = {
Width = 30,
Height = 30,
Width = 28,
Height = 28,
},
})

Expand Down

0 comments on commit 33be036

Please sign in to comment.