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:
@@ -189,6 +189,7 @@ function OptionsPrivate.GetAnimationOptions(data)
|
||||
},
|
||||
start_easeStrength = {
|
||||
type = "range",
|
||||
control = "WeakAurasSpinBox",
|
||||
width = WeakAuras.normalWidth,
|
||||
name = L["Ease Strength"],
|
||||
order = 33.8,
|
||||
@@ -216,6 +217,7 @@ function OptionsPrivate.GetAnimationOptions(data)
|
||||
-- text editor added below
|
||||
start_alpha = {
|
||||
type = "range",
|
||||
control = "WeakAurasSpinBox",
|
||||
width = WeakAuras.doubleWidth,
|
||||
name = L["Alpha"],
|
||||
order = 36,
|
||||
@@ -243,6 +245,7 @@ function OptionsPrivate.GetAnimationOptions(data)
|
||||
-- texteditor added below
|
||||
start_x = {
|
||||
type = "range",
|
||||
control = "WeakAurasSpinBox",
|
||||
width = WeakAuras.normalWidth,
|
||||
name = L["X Offset"],
|
||||
order = 40,
|
||||
@@ -254,6 +257,7 @@ function OptionsPrivate.GetAnimationOptions(data)
|
||||
},
|
||||
start_y = {
|
||||
type = "range",
|
||||
control = "WeakAurasSpinBox",
|
||||
width = WeakAuras.normalWidth,
|
||||
name = L["Y Offset"],
|
||||
order = 41,
|
||||
@@ -285,6 +289,7 @@ function OptionsPrivate.GetAnimationOptions(data)
|
||||
-- texteditor added below
|
||||
start_scalex = {
|
||||
type = "range",
|
||||
control = "WeakAurasSpinBox",
|
||||
width = WeakAuras.normalWidth,
|
||||
name = L["X Scale"],
|
||||
order = 44,
|
||||
@@ -296,6 +301,7 @@ function OptionsPrivate.GetAnimationOptions(data)
|
||||
},
|
||||
start_scaley = {
|
||||
type = "range",
|
||||
control = "WeakAurasSpinBox",
|
||||
width = WeakAuras.normalWidth,
|
||||
name = L["Y Scale"],
|
||||
order = 45,
|
||||
@@ -323,6 +329,7 @@ function OptionsPrivate.GetAnimationOptions(data)
|
||||
-- texteditor added below
|
||||
start_rotate = {
|
||||
type = "range",
|
||||
control = "WeakAurasSpinBox",
|
||||
width = WeakAuras.doubleWidth,
|
||||
name = L["Angle"],
|
||||
order = 48,
|
||||
@@ -438,6 +445,7 @@ function OptionsPrivate.GetAnimationOptions(data)
|
||||
},
|
||||
main_easeStrength = {
|
||||
type = "range",
|
||||
control = "WeakAurasSpinBox",
|
||||
width = WeakAuras.normalWidth,
|
||||
name = L["Ease Strength"],
|
||||
order = 53.8,
|
||||
@@ -465,6 +473,7 @@ function OptionsPrivate.GetAnimationOptions(data)
|
||||
-- texteditor added below
|
||||
main_alpha = {
|
||||
type = "range",
|
||||
control = "WeakAurasSpinBox",
|
||||
width = WeakAuras.doubleWidth,
|
||||
name = L["Alpha"],
|
||||
order = 56,
|
||||
@@ -492,6 +501,7 @@ function OptionsPrivate.GetAnimationOptions(data)
|
||||
-- texteditor added below
|
||||
main_x = {
|
||||
type = "range",
|
||||
control = "WeakAurasSpinBox",
|
||||
width = WeakAuras.normalWidth,
|
||||
name = L["X Offset"],
|
||||
order = 60,
|
||||
@@ -503,6 +513,7 @@ function OptionsPrivate.GetAnimationOptions(data)
|
||||
},
|
||||
main_y = {
|
||||
type = "range",
|
||||
control = "WeakAurasSpinBox",
|
||||
width = WeakAuras.normalWidth,
|
||||
name = L["Y Offset"],
|
||||
order = 61,
|
||||
@@ -530,6 +541,7 @@ function OptionsPrivate.GetAnimationOptions(data)
|
||||
-- texteditor added below
|
||||
main_scalex = {
|
||||
type = "range",
|
||||
control = "WeakAurasSpinBox",
|
||||
width = WeakAuras.normalWidth,
|
||||
name = L["X Scale"],
|
||||
order = 64,
|
||||
@@ -541,6 +553,7 @@ function OptionsPrivate.GetAnimationOptions(data)
|
||||
},
|
||||
main_scaley = {
|
||||
type = "range",
|
||||
control = "WeakAurasSpinBox",
|
||||
width = WeakAuras.normalWidth,
|
||||
name = L["Y Scale"],
|
||||
order = 65,
|
||||
@@ -568,6 +581,7 @@ function OptionsPrivate.GetAnimationOptions(data)
|
||||
-- text editor added below
|
||||
main_rotate = {
|
||||
type = "range",
|
||||
control = "WeakAurasSpinBox",
|
||||
width = WeakAuras.doubleWidth,
|
||||
name = L["Angle"],
|
||||
order = 68,
|
||||
@@ -660,6 +674,7 @@ function OptionsPrivate.GetAnimationOptions(data)
|
||||
},
|
||||
finish_easeStrength = {
|
||||
type = "range",
|
||||
control = "WeakAurasSpinBox",
|
||||
width = WeakAuras.normalWidth,
|
||||
name = L["Ease Strength"],
|
||||
order = 73.8,
|
||||
@@ -687,6 +702,7 @@ function OptionsPrivate.GetAnimationOptions(data)
|
||||
-- texteditor added below
|
||||
finish_alpha = {
|
||||
type = "range",
|
||||
control = "WeakAurasSpinBox",
|
||||
width = WeakAuras.doubleWidth,
|
||||
name = L["Alpha"],
|
||||
order = 76,
|
||||
@@ -714,6 +730,7 @@ function OptionsPrivate.GetAnimationOptions(data)
|
||||
-- texteditor added below
|
||||
finish_x = {
|
||||
type = "range",
|
||||
control = "WeakAurasSpinBox",
|
||||
width = WeakAuras.normalWidth,
|
||||
name = L["X Offset"],
|
||||
order = 80,
|
||||
@@ -725,6 +742,7 @@ function OptionsPrivate.GetAnimationOptions(data)
|
||||
},
|
||||
finish_y = {
|
||||
type = "range",
|
||||
control = "WeakAurasSpinBox",
|
||||
width = WeakAuras.normalWidth,
|
||||
name = L["Y Offset"],
|
||||
order = 81,
|
||||
@@ -752,6 +770,7 @@ function OptionsPrivate.GetAnimationOptions(data)
|
||||
-- texteditor added below
|
||||
finish_scalex = {
|
||||
type = "range",
|
||||
control = "WeakAurasSpinBox",
|
||||
width = WeakAuras.normalWidth,
|
||||
name = L["X Scale"],
|
||||
order = 84,
|
||||
@@ -763,6 +782,7 @@ function OptionsPrivate.GetAnimationOptions(data)
|
||||
},
|
||||
finish_scaley = {
|
||||
type = "range",
|
||||
control = "WeakAurasSpinBox",
|
||||
width = WeakAuras.normalWidth,
|
||||
name = L["Y Scale"],
|
||||
order = 85,
|
||||
@@ -790,6 +810,7 @@ function OptionsPrivate.GetAnimationOptions(data)
|
||||
-- texteditor added below
|
||||
finish_rotate = {
|
||||
type = "range",
|
||||
control = "WeakAurasSpinBox",
|
||||
width = WeakAuras.doubleWidth,
|
||||
name = L["Angle"],
|
||||
order = 88,
|
||||
|
||||
Reference in New Issue
Block a user