Added: Beatmania style arrow-block thingies that appear when you press a key
More Pop'n Noteskin Fun.
This commit is contained in:
@@ -146,6 +146,12 @@ void NoteFieldPlus::Step( int iCol )
|
||||
m_GrayArrow[iCol].Step();
|
||||
}
|
||||
|
||||
void NoteFieldPlus::UpdateBars( int iCol )
|
||||
{
|
||||
ASSERT( iCol >= 0 && iCol < m_iNumCols );
|
||||
m_GrayArrow[iCol].UpdateBars();
|
||||
}
|
||||
|
||||
void NoteFieldPlus::TapNote( int iCol, TapNoteScore score, bool bBright )
|
||||
{
|
||||
ASSERT( iCol >= 0 && iCol < m_iNumCols );
|
||||
|
||||
Reference in New Issue
Block a user