make frame scale adjustable by 1 percent steps #10
@ -270,7 +270,7 @@ function Gladdy:SetupOptions()
|
|||||||
order = 4,
|
order = 4,
|
||||||
min = .1,
|
min = .1,
|
||||||
max = 2,
|
max = 2,
|
||||||
step = .1,
|
step = 0.01,
|
||||||
},
|
},
|
||||||
padding = {
|
padding = {
|
||||||
type = "range",
|
type = "range",
|
||||||
@ -876,4 +876,4 @@ function Gladdy:GetAuras(auraType)
|
|||||||
spells.warlock.args = assignForClass("WARLOCK")
|
spells.warlock.args = assignForClass("WARLOCK")
|
||||||
spells.warrior.args = assignForClass("WARRIOR")
|
spells.warrior.args = assignForClass("WARRIOR")
|
||||||
return spells, defaultDebuffs
|
return spells, defaultDebuffs
|
||||||
end
|
end
|
||||||
|
Reference in New Issue
Block a user