moving downloadbutton below return to boxes
This commit is contained in:
parent
c63cb8fb5d
commit
1683ae05ef
@ -16,7 +16,7 @@ function onLoad()
|
||||
|
||||
-- return to boxes
|
||||
if string.match(notes, "................") == "campaigns/return" then
|
||||
buttonParameters.position.z = -2
|
||||
buttonParameters.position.z = 2
|
||||
|
||||
-- official campaign boxes
|
||||
elseif string.match(notes, ".........") == "campaigns" then
|
||||
|
Loading…
Reference in New Issue
Block a user