StopMotion
This commit is contained in:
@@ -2495,6 +2495,30 @@ WeakAuras.reset_ranged_swing_spells = {
|
||||
[75] = true, -- Auto Shot
|
||||
}
|
||||
|
||||
WeakAuras.StopMotion = {}
|
||||
WeakAuras.StopMotion.texture_types = {
|
||||
}
|
||||
|
||||
WeakAuras.StopMotion.texture_types.Basic = {
|
||||
["Interface\\AddOns\\WeakAuras\\Media\\Textures\\StopMotion"] = "Example",
|
||||
}
|
||||
|
||||
WeakAuras.StopMotion.texture_data = {
|
||||
}
|
||||
|
||||
WeakAuras.StopMotion.texture_data["Interface\\AddOns\\WeakAuras\\Media\\Textures\\StopMotion"] = {
|
||||
["count"] = 64,
|
||||
["rows"] = 8,
|
||||
["columns"] = 8
|
||||
}
|
||||
|
||||
WeakAuras.StopMotion.animation_types = {
|
||||
loop = L["Loop"],
|
||||
bounce = L["Forward, Reverse Loop"],
|
||||
once = L["Forward"],
|
||||
progress = L["Progress"]
|
||||
}
|
||||
|
||||
if WeakAuras.IsClassic() then
|
||||
local reset_swing_spell_list = {
|
||||
1464, 8820, 11604, 11605, -- Slam
|
||||
|
||||
Reference in New Issue
Block a user