Skip to content

Commit

Permalink
make the stepslist off command move offscreen up instead of left
Browse files Browse the repository at this point in the history
  • Loading branch information
MinaciousGrace committed Nov 6, 2018
1 parent b94bcb7 commit 7a53904
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ t[#t + 1] =
self:xy(capWideScale(get43size(384), 384) + 26, 70, halign, 0):valign(0):zoom(math.min(1, SCREEN_WIDTH / 854))
end,
OffCommand = function(self)
self:bouncebegin(0.2):xy(capWideScale(get43size(384), 384) + 26 - 500, 70) -- visible(false)
self:bouncebegin(0.2):xy(capWideScale(get43size(384), 384) + 26 , -70) -- visible(false)
end,
OnCommand = function(self)
self:bouncebegin(0.2):xy(capWideScale(get43size(384), 384) + 26, 70)
Expand Down

0 comments on commit 7a53904

Please sign in to comment.