Pets position extended
This commit is contained in:
parent
af6eb61c56
commit
7bdc417b30
@ -500,20 +500,25 @@ function Pets:GetOptions()
|
|||||||
name = L["Position"],
|
name = L["Position"],
|
||||||
order = 5,
|
order = 5,
|
||||||
args = {
|
args = {
|
||||||
|
header = {
|
||||||
|
type = "header",
|
||||||
|
name = L["Position"],
|
||||||
|
order = 1,
|
||||||
|
},
|
||||||
petXOffset = Gladdy:option({
|
petXOffset = Gladdy:option({
|
||||||
type = "range",
|
type = "range",
|
||||||
name = L["Horizontal offset"],
|
name = L["Horizontal offset"],
|
||||||
order = 22,
|
order = 22,
|
||||||
min = -400,
|
min = -600,
|
||||||
max = 400,
|
max = 600,
|
||||||
step = 0.1,
|
step = 0.1,
|
||||||
}),
|
}),
|
||||||
petYOffset = Gladdy:option({
|
petYOffset = Gladdy:option({
|
||||||
type = "range",
|
type = "range",
|
||||||
name = L["Vertical offset"],
|
name = L["Vertical offset"],
|
||||||
order = 23,
|
order = 23,
|
||||||
min = -400,
|
min = -600,
|
||||||
max = 400,
|
max = 600,
|
||||||
step = 0.1,
|
step = 0.1,
|
||||||
}),
|
}),
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user