Merge pull request #177 from argonui/downloadbutton

Moving download button below return to boxes
This commit is contained in:
Buhallin 2023-01-09 16:28:48 -08:00 committed by GitHub
commit 43aa780ced
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,7 +16,7 @@ function onLoad()
-- return to boxes -- return to boxes
if string.match(notes, "................") == "campaigns/return" then if string.match(notes, "................") == "campaigns/return" then
buttonParameters.position.z = -2 buttonParameters.position.z = 2
-- official campaign boxes -- official campaign boxes
elseif string.match(notes, ".........") == "campaigns" then elseif string.match(notes, ".........") == "campaigns" then