Multientry (#7)

* from retail

* from retail

* from retail

* from retail

* from retail

* from retail

* remove new threat functions as they are not well implemented for now
This commit is contained in:
NoM0Re
2024-11-27 12:09:02 +01:00
committed by GitHub
parent eb8221cf89
commit 13f734038d
67 changed files with 3493 additions and 969 deletions
@@ -134,6 +134,7 @@ local function createOptions(parentData, data, index, subIndex)
},
glowLines = {
type = "range",
control = "WeakAurasSpinBox",
width = WeakAuras.normalWidth - indentWidth,
name = L["Lines & Particles"],
order = 9,
@@ -144,6 +145,7 @@ local function createOptions(parentData, data, index, subIndex)
},
glowFrequency = {
type = "range",
control = "WeakAurasSpinBox",
width = WeakAuras.normalWidth,
name = L["Frequency"],
order = 10,
@@ -161,6 +163,7 @@ local function createOptions(parentData, data, index, subIndex)
},
glowLength = {
type = "range",
control = "WeakAurasSpinBox",
width = WeakAuras.normalWidth - indentWidth,
name = L["Length"],
order = 12,
@@ -171,6 +174,7 @@ local function createOptions(parentData, data, index, subIndex)
},
glowThickness = {
type = "range",
control = "WeakAurasSpinBox",
width = WeakAuras.normalWidth,
name = L["Thickness"],
order = 13,
@@ -188,6 +192,7 @@ local function createOptions(parentData, data, index, subIndex)
},
glowXOffset = {
type = "range",
control = "WeakAurasSpinBox",
width = WeakAuras.normalWidth - indentWidth,
name = L["X-Offset"],
order = 15,
@@ -198,6 +203,7 @@ local function createOptions(parentData, data, index, subIndex)
},
glowYOffset = {
type = "range",
control = "WeakAurasSpinBox",
width = WeakAuras.normalWidth,
name = L["Y-Offset"],
order = 16,
@@ -215,6 +221,7 @@ local function createOptions(parentData, data, index, subIndex)
},
glowScale = {
type = "range",
control = "WeakAurasSpinBox",
width = WeakAuras.normalWidth - indentWidth,
name = L["Scale"],
order = 18,