Skip to content

Commit

Permalink
Add info about Lane Cover for Customize Gameplay
Browse files Browse the repository at this point in the history
It's better than nothing.
  • Loading branch information
poco0317 committed Aug 17, 2018
1 parent 923d8af commit 4739b0b
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1571,7 +1571,7 @@ t[#t+1] = Def.ActorFrame{
Name= "Instructions", Font= "Common Normal",
InitCommand= function(self)
self:horizalign(left):vertalign(top)
:xy(SCREEN_WIDTH - 240, 110):zoom(.5):visible(true)
:xy(SCREEN_WIDTH - 240, 100):zoom(.5):visible(true)
end,
OnCommand=function(self)
local text= {
Expand Down Expand Up @@ -1599,6 +1599,9 @@ t[#t+1] = Def.ActorFrame{
"o: NPS Graph Size",
"p: Judge Counter Position",
}
if playerConfig:get_data(pn_to_profile_slot(PLAYER_1)).LaneCover ~= 0 then
table.insert(text, "/: Lane Cover Height")
end
self:settext(table.concat(text, "\n"))
end
},
Expand Down

0 comments on commit 4739b0b

Please sign in to comment.