Update directory names, backgrounds and cgs
This commit is contained in:
@@ -10,9 +10,9 @@ void main()
|
||||
FadeOutBGM( 2, 1000, TRUE );
|
||||
|
||||
DisableWindow();
|
||||
DrawScene( "black", 1000 );
|
||||
DrawScene("black", 1000 );
|
||||
PlayBGM( 1, "msys12", 128, 0 );
|
||||
DrawScene( "bg_077", 1000 );
|
||||
DrawScene("background/ji6", 1000 );
|
||||
|
||||
if (GetGlobalFlag(GADVMode) == 0) { OutputLineAll(NULL, "\n", Line_ContinueAfterTyping); }
|
||||
|
||||
@@ -177,7 +177,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