Adjust KB7 draw order which still seems wrong, change noteskin. Use default-p2 and join as player 2 to play with original spacing. [shakesoda]

This commit is contained in:
AJ Kelly
2010-06-27 19:55:26 -05:00
parent 2225b1a537
commit 02f2da83ab
20 changed files with 114 additions and 6 deletions
+2 -2
View File
@@ -954,7 +954,7 @@ static const Style g_Style_KB7_Single =
{ 0, 1, 2, 3, 4, 5, 6, Style::END_MAPPING },
},
{ // m_iColumnDrawOrder[MAX_COLS_PER_PLAYER];
0,1,2,3,4,5,6
4,0,1,2,3,5,6
},
false, // m_bNeedsZoomOutWith2Players
false, // m_bCanUseBeginnerHelper
@@ -996,7 +996,7 @@ static const Style g_Style_KB7_Versus =
{ 0, 1, 2, 3, 4, 5, 6, Style::END_MAPPING },
},
{ // m_iColumnDrawOrder[MAX_COLS_PER_PLAYER];
0,1,2,3,4,5,6
4,0,1,2,3,5,6
},
true, // m_bNeedsZoomOutWith2Players
false, // m_bCanUseBeginnerHelper