Skip to content

Commit

Permalink
move cdtitle and stepsdisplay when preview is on when using 4:3
Browse files Browse the repository at this point in the history
  • Loading branch information
MinaciousGrace committed Nov 13, 2018
1 parent 8bfd6d3 commit f550b00
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,12 @@ t[#t + 1] =
DLMAN:RequestChartLeaderBoardFromOnline(chartkey)
end
end,
ChartPreviewOnMessageCommand=function(self)
self:addx(capWideScale(12, 0)):addy(capWideScale(18, 0))
end,
ChartPreviewOffMessageCommand=function(self)
self:addx(capWideScale(-12, 0)):addy(capWideScale(-18, 0))
end,
Def.StepsDisplayList {
Name = "StepsDisplayListRow",
CursorP1 = Def.ActorFrame {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -583,6 +583,12 @@ t[#t + 1] =
end,
RefreshChartInfoMessageCommand = function(self)
self:queuecommand("Set")
end,
ChartPreviewOnMessageCommand=function(self)
self:addx(capWideScale(34,0))
end,
ChartPreviewOffMessageCommand=function(self)
self:addx(capWideScale(-34,0))
end
}

Expand Down

0 comments on commit f550b00

Please sign in to comment.