Update directory names, backgrounds and cgs

This commit is contained in:
Jáchym Toušek
2018-01-21 14:49:04 +01:00
parent 815f54abe0
commit c1a86fa996
39 changed files with 2379 additions and 2379 deletions

View File

@@ -11,8 +11,8 @@ void main()
FadeOutBGM( 2, 1000, TRUE );
DisableWindow();
DrawScene( "black", 1000 );
DrawSceneWithMask( "bg_223", "down", 0, 0, 1300 );
DrawScene("black", 1000 );
DrawSceneWithMask("background/ke5", "down", 0, 0, 1300 );
PlayBGM( 1, "msys12", 128, 0 );
//!s50
@@ -333,7 +333,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 );