from retail

This commit is contained in:
NoM0Re
2025-01-24 20:50:23 +01:00
parent 7671fd3c7b
commit b831fb4009
6 changed files with 34 additions and 3 deletions
+2
View File
@@ -10,6 +10,8 @@ local default = {
desaturate = false,
iconSource = -1,
progressSource = {-1, "" },
adjustedMax = "",
adjustedMin = "",
texture = "Blizzard",
textureSource = "LSM",
width = 200,
+2
View File
@@ -20,6 +20,8 @@ local default = {
desaturate = false,
iconSource = -1,
progressSource = {-1, "" },
adjustedMax = "",
adjustedMin = "",
inverse = false,
width = 64,
height = 64,
@@ -81,6 +81,8 @@ end
local default = {
progressSource = {-1, "" },
adjustedMax = "",
adjustedMin = "",
foregroundTexture = "Interface\\Addons\\WeakAuras\\PowerAurasMedia\\Auras\\Aura3",
backgroundTexture = "Interface\\Addons\\WeakAuras\\PowerAurasMedia\\Auras\\Aura3",
desaturateBackground = false,
+2
View File
@@ -6,6 +6,8 @@ local L = WeakAuras.L;
local default = {
progressSource = {-1, "" },
adjustedMax = "",
adjustedMin = "",
foregroundTexture = "Interface\\AddOns\\WeakAuras\\Media\\Textures\\StopMotion",
backgroundTexture = "Interface\\AddOns\\WeakAuras\\Media\\Textures\\StopMotion",
desaturateBackground = false,