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
@@ -42,6 +42,7 @@ local function createOptions(parentData, data, index, subIndex)
},
extra_width = {
type = "range",
control = "WeakAurasSpinBox",
width = WeakAuras.normalWidth,
name = L["Extra Width"],
order = 12.1,
@@ -52,6 +53,7 @@ local function createOptions(parentData, data, index, subIndex)
},
extra_height = {
type = "range",
control = "WeakAurasSpinBox",
width = WeakAuras.normalWidth,
name = L["Extra Height"],
order = 12.2,
@@ -62,6 +64,7 @@ local function createOptions(parentData, data, index, subIndex)
},
model_alpha = {
type = "range",
control = "WeakAurasSpinBox",
width = WeakAuras.normalWidth,
name = L["Alpha"],
order = 13,
@@ -71,6 +74,7 @@ local function createOptions(parentData, data, index, subIndex)
},
model_z = {
type = "range",
control = "WeakAurasSpinBox",
width = WeakAuras.normalWidth,
name = L["Z Offset"],
softMin = -20,
@@ -81,6 +85,7 @@ local function createOptions(parentData, data, index, subIndex)
},
model_x = {
type = "range",
control = "WeakAurasSpinBox",
width = WeakAuras.normalWidth,
name = L["X Offset"],
softMin = -20,
@@ -91,6 +96,7 @@ local function createOptions(parentData, data, index, subIndex)
},
model_y = {
type = "range",
control = "WeakAurasSpinBox",
width = WeakAuras.normalWidth,
name = L["Y Offset"],
softMin = -20,
@@ -101,6 +107,7 @@ local function createOptions(parentData, data, index, subIndex)
},
rotation = {
type = "range",
control = "WeakAurasSpinBox",
width = WeakAuras.normalWidth,
name = L["Rotation"],
min = 0,