moved token remover a bit down

This commit is contained in:
Chr1Z93 2023-04-13 09:28:02 +02:00
parent 0194b806e4
commit f3096e4366
2 changed files with 2 additions and 2 deletions

View File

@ -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,

View File

@ -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