Skip to content

Commit

Permalink
use menu arrow keys for color config and avatar select since its more…
Browse files Browse the repository at this point in the history
… intuitive
  • Loading branch information
MinaciousGrace committed Dec 22, 2016
1 parent 69f38c3 commit 03f8947
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ local function littlebits(i)
InitCommand=cmd(xy,frameX+205,frameY+160 + 22*i;halign,1;valign,0;zoom,0.5;maxwidth,110/0.6),
BeginCommand=cmd(queuecommand,"Set"),
SetCommand=function(self)
ms.ok("wat")
if song and steps then
local meter = steps:GetMSD(getCurRateValue(), i-1) -- c++ indexing
self:settextf("%05.2f",meter)
Expand Down
12 changes: 6 additions & 6 deletions Themes/Til Death/metrics.ini
Original file line number Diff line number Diff line change
Expand Up @@ -213,8 +213,8 @@ Fallback="ScreenWithMenuElements"
PrevScreen="ScreenSelectMusic"

CodeNames="AvatarLeft,AvatarRight,AvatarCancel,AvatarExit"
CodeAvatarLeft="Left"
CodeAvatarRight="Right"
CodeAvatarLeft="MenuLeft"
CodeAvatarRight="MenuRight"
CodeAvatarCancel="Back"
CodeAvatarExit="Start"

Expand All @@ -224,10 +224,10 @@ Fallback="ScreenWithMenuElements"
PrevScreen="ScreenTitleMenu"

CodeNames="ColorUp,ColorDown,ColorLeft,ColorRight,ColorCancel,ColorStart"
CodeColorUp="Up"
CodeColorDown="Down"
CodeColorLeft="Left"
CodeColorRight="Right"
CodeColorUp="MenuUp"
CodeColorDown="MenuDown"
CodeColorLeft="MenuLeft"
CodeColorRight="MenuRight"
CodeColorCancel="Back"
CodeColorStart="Start"

Expand Down

0 comments on commit 03f8947

Please sign in to comment.