moved token remover a bit down
This commit is contained in:
parent
0194b806e4
commit
f3096e4366
@ -45,7 +45,7 @@
|
|||||||
],
|
],
|
||||||
"Tooltip": true,
|
"Tooltip": true,
|
||||||
"Transform": {
|
"Transform": {
|
||||||
"posX": -57.72,
|
"posX": -58.5,
|
||||||
"posY": 1.481,
|
"posY": 1.481,
|
||||||
"posZ": 0,
|
"posZ": 0,
|
||||||
"rotX": 0,
|
"rotX": 0,
|
||||||
|
@ -879,7 +879,7 @@ function applyOptionPanelChange(id, state)
|
|||||||
|
|
||||||
-- option: Show attachment helper
|
-- option: Show attachment helper
|
||||||
elseif id == "showAttachmentHelper" then
|
elseif id == "showAttachmentHelper" then
|
||||||
optionPanel[id] = spawnOrRemoveHelper(state, "Attachment Helper", {-61, 1.4, 0})
|
optionPanel[id] = spawnOrRemoveHelper(state, "Attachment Helper", {-62, 1.4, 0})
|
||||||
|
|
||||||
-- option: Show navigation overlay
|
-- option: Show navigation overlay
|
||||||
elseif id == "showNavigationOverlay" then
|
elseif id == "showNavigationOverlay" then
|
||||||
|
Loading…
Reference in New Issue
Block a user