Merge pull request #275 from argonui/navigation-overlay-position

Navigation Overlay: updated spawn position
This commit is contained in:
BootleggerFinn 2023-04-20 19:43:34 -05:00 committed by GitHub
commit ce4ff00e98
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -888,7 +888,7 @@ function applyOptionPanelChange(id, state)
-- option: Show navigation overlay -- option: Show navigation overlay
elseif id == "showNavigationOverlay" then elseif id == "showNavigationOverlay" then
optionPanel[id] = spawnOrRemoveHelper(state, "jaqenZann's Navigation Overlay", {-11.7, 1.6, -15}) optionPanel[id] = spawnOrRemoveHelper(state, "jaqenZann's Navigation Overlay", {-68, 1.4, -70})
-- option: Show CYOA campaign guides -- option: Show CYOA campaign guides
elseif id == "showCYOA" then elseif id == "showCYOA" then