port newest WeakAurasStopMotion and include it

https://www.patreon.com/posts/new-stop-motion-119300059
This commit is contained in:
NoM0Re
2025-02-06 23:22:05 +01:00
parent d3c8a9bf3e
commit 5cdb9aed28
66 changed files with 668 additions and 121 deletions
@@ -583,7 +583,7 @@ local function modifyThumbnail(parent, region, data, fullModify, size)
frame = floor(region.startFrame + (region.endFrame - region.startFrame) * 0.75);
end
local texture = data.foregroundTexture or "Interface\\AddOns\\WeakAuras\\Media\\Textures\\StopMotion";
local texture = data.foregroundTexture or "Interface\\AddOns\\WeakAuras\\Media\\Textures\\stopmotion";
if (region.foreground.rows and region.foreground.columns) then
region.texture:SetTexture(texture);
@@ -634,7 +634,7 @@ local function createIcon()
local data = {
height = 30,
width = 30,
foregroundTexture = "Interface\\AddOns\\WeakAuras\\Media\\Textures\\StopMotion",
foregroundTexture = "Interface\\AddOns\\WeakAuras\\Media\\Textures\\stopmotion",
foregroundColor = {1, 1, 1, 1},
blendMode = "ADD",
rotate = false,