Move Numbers graphics into separate Number asset folder

Added precise timing window adjustment for each judge grade
Changed "hold START for options" to a Sprite
This commit is contained in:
Chris Danford
2002-09-22 18:18:50 +00:00
parent 1d0c17dd0f
commit bce306dcdc
21 changed files with 168 additions and 147 deletions
+1 -1
View File
@@ -77,7 +77,7 @@ bool Banner::LoadFromGroup( CString sGroupName )
else if( sGroupBannerPath != "" )
Banner::Load( sGroupBannerPath );
else
Banner::Load( THEME->GetPathTo("Graphics","select music section banner") );
Banner::Load( THEME->GetPathTo("Graphics","fallback banner") );
return true;
}