fix "Max Combo" showing on Oni Evauation screen
NG now causes to lose a battery life songs w/o music no longer show up in courses changed all "numbers" images to have the same format
This commit is contained in:
@@ -26,7 +26,7 @@ ScoreDisplayNormal::ScoreDisplayNormal()
|
||||
LOG->Trace( "ScoreDisplayNormal::ScoreDisplayNormal()" );
|
||||
|
||||
// init the text
|
||||
BitmapText::LoadFromTextureAndChars( THEME->GetPathTo("Graphics","gameplay score numbers 7x2"), "01234 :56789%." );
|
||||
BitmapText::LoadFromTextureAndChars( THEME->GetPathTo("Graphics","gameplay score numbers 5x3"), "0123456789%. :x" );
|
||||
TurnShadowOff();
|
||||
|
||||
m_fScore = 0;
|
||||
|
||||
Reference in New Issue
Block a user