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
@@ -43,6 +43,7 @@ local function createOptions(parentData, data, index, subIndex)
},
tick_thickness = {
type = "range",
control = "WeakAurasSpinBox",
width = WeakAuras.normalWidth,
name = L["Thickness"],
order = 5,
@@ -107,6 +108,7 @@ local function createOptions(parentData, data, index, subIndex)
},
tick_length = {
type = "range",
control = "WeakAurasSpinBox",
width = WeakAuras.normalWidth,
name = L["Length"],
order = 8,
@@ -170,6 +172,7 @@ local function createOptions(parentData, data, index, subIndex)
},
tick_rotation = {
type = "range",
control = "WeakAurasSpinBox",
width = WeakAuras.normalWidth,
name = L["Rotation"],
min = 0,
@@ -187,6 +190,7 @@ local function createOptions(parentData, data, index, subIndex)
},
tick_xOffset = {
type = "range",
control = "WeakAurasSpinBox",
width = WeakAuras.normalWidth,
name = L["x-Offset"],
order = 16,
@@ -196,6 +200,7 @@ local function createOptions(parentData, data, index, subIndex)
},
tick_yOffset = {
type = "range",
control = "WeakAurasSpinBox",
width = WeakAuras.normalWidth,
name = L["y-Offset"],
order = 17,