Update directory names, backgrounds and cgs
This commit is contained in:
@@ -11,7 +11,7 @@ void main()
|
||||
FadeOutBGM( 1, 1000, FALSE );
|
||||
FadeOutBGM( 2, 1000, TRUE );
|
||||
DisableWindow();
|
||||
DrawScene( "bg_223", 400 );
|
||||
DrawScene("background/ke5", 400 );
|
||||
PlayBGM( 1, "msys09", 128, 0 );
|
||||
|
||||
|
||||
@@ -179,7 +179,7 @@ void main()
|
||||
Wait( 1000 );
|
||||
SetValidityOfInput( TRUE );
|
||||
DisableWindow();
|
||||
DrawScene( "black", 1000 );
|
||||
DrawScene("black", 1000 );
|
||||
FadeOutBGM( 0, 1000, FALSE );
|
||||
FadeOutBGM( 1, 1000, FALSE );
|
||||
FadeOutBGM( 2, 1000, TRUE );
|
||||
|
||||
Reference in New Issue
Block a user