Update directory names, backgrounds and cgs
This commit is contained in:
@@ -12,8 +12,8 @@ void main()
|
||||
FadeOutBGM( 2, 1000, TRUE );
|
||||
|
||||
DisableWindow();
|
||||
DrawScene( "black", 1000 );
|
||||
DrawScene( "bg_252", 1000 );
|
||||
DrawScene("black", 1000 );
|
||||
DrawScene("background/m_y4", 1000 );
|
||||
PlayBGM( 1, "msys13", 128, 0 );
|
||||
|
||||
//「興宮STより、3号どうぞ@3号どうぞ。@
|
||||
@@ -114,7 +114,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