Skip to content

Commit

Permalink
Fix file names
Browse files Browse the repository at this point in the history
  • Loading branch information
enumag committed Aug 15, 2019
1 parent 35d8e61 commit d2c4192
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Update/&eye.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ void main()
DisableWindow();
SetValidityOfInput( FALSE );
DrawBustshotWithFiltering( 6, "cinema", "maskx", 1, 0, 0, FALSE, 0, 0, 0, 0, 0, 25, 1300, TRUE );
DrawBustshot( 7, "Title02", 0, 0, 0, FALSE, 0, 0, 0, 0, 0, 0, 0, 26, 3000, TRUE );
DrawBustshot( 7, "title02", 0, 0, 0, FALSE, 0, 0, 0, 0, 0, 0, 0, 26, 3000, TRUE );
Wait( 2000 );
DrawBustshot( 5, "black", 0, 0, 0, FALSE, 0, 0, 0, 0, 0, 0, 0, 25, 3000, TRUE );
FadeBustshotWithFiltering( 7, "maskx", 1, FALSE, 0, 0, 1300, TRUE );
Expand Down
2 changes: 1 addition & 1 deletion Update/&eyecamp.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ void main()
FadeAllBustshots( 500, TRUE );
DrawBustshotWithFiltering( 6, "cinema", "maskx", 1, 0, 0, FALSE, 0, 0, 0, 0, 0, 25, 3000, TRUE );
Wait( 1000 );
DrawBustshotWithFiltering( 7, "Title02", "maskx", 1, 0, 0, FALSE, 0, 0, 0, 0, 0, 26, 1300, TRUE );
DrawBustshotWithFiltering( 7, "title02", "maskx", 1, 0, 0, FALSE, 0, 0, 0, 0, 0, 26, 1300, TRUE );
Wait( 3000 );
DrawScene( "black", 3000 );
SetValidityOfInput( TRUE );
Expand Down
2 changes: 1 addition & 1 deletion Update/&eyecampblack.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ void main()
Wait( 2000 );
FadeAllBustshots( 500, TRUE );

DrawBustshotWithFiltering( 7, "Title02", "maskx", 1, 0, 0, FALSE, 0, 0, 0, 0, 0, 26, 1300, TRUE );
DrawBustshotWithFiltering( 7, "title02", "maskx", 1, 0, 0, FALSE, 0, 0, 0, 0, 0, 26, 1300, TRUE );
Wait( 3000 );
DrawScene( "black", 3000 );
SetValidityOfInput( TRUE );
Expand Down
2 changes: 1 addition & 1 deletion Update/_mina_028.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1829,7 +1829,7 @@ void main()
if (GetGlobalFlag(GADVMode)) { ClearMessage(); } else { OutputLineAll(NULL, "\n", Line_ContinueAfterTyping); }

DisableWindow();
PlaySE( 0, "suzu", 56, 64 );
PlaySE( 0, "s_suzu", 56, 64 );
ModDrawCharacterWithFiltering(0, 12, "sprite/night-70/ha1_yowaki_", "0", "maskc", 1, 0, 0, FALSE, 0, 0, 0, 0, 0, 5, 300, TRUE );

if (GetGlobalFlag(GADVMode)) { OutputLine("<color=#f5e6d3>羽入</color>", NULL, "<color=#f5e6d3>Hanyuu</color>", NULL, Line_ContinueAfterTyping); }
Expand Down
6 changes: 3 additions & 3 deletions Update/_mina_ep.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2794,7 +2794,7 @@ void main()
SetValidityOfInput( TRUE );
PlaySE( 0, "s_gun", 56, 64 );

DrawScene( "toketua", 100 );
DrawScene( "toketu1a", 100 );

SetValidityOfInput( FALSE );
Wait( 50 );
Expand All @@ -2813,7 +2813,7 @@ void main()
SetValidityOfInput( TRUE );
PlaySE( 0, "s_gun", 56, 64 );

DrawScene( "toketub", 100 );
DrawScene( "toketu1b", 100 );

SetValidityOfInput( FALSE );
Wait( 250 );
Expand All @@ -2832,7 +2832,7 @@ void main()
SetValidityOfInput( TRUE );
PlaySE( 0, "s_gun", 56, 64 );

DrawScene( "toketuc", 100 );
DrawScene( "toketu1c", 100 );

SetValidityOfInput( FALSE );
Wait( 50 );
Expand Down
6 changes: 3 additions & 3 deletions Update/flow.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ void Title()

Wait(100);

//DrawSprite( 10, "Logo", NULL, 0, 0, 0, 0, 0, 0, 0, TRUE, TRUE, 0, 0, 10, 1500, FALSE );
//DrawSprite( 10, "logo", NULL, 0, 0, 0, 0, 0, 0, 0, TRUE, TRUE, 0, 0, 10, 1500, FALSE );

DrawSprite( 10, "Logo", NULL, 0, 0, 0, 0, 0, 0, FALSE, FALSE, 0, 0, 10, 0, FALSE );
DrawSprite( 10, "logo", NULL, 0, 0, 0, 0, 0, 0, FALSE, FALSE, 0, 0, 10, 0, FALSE );

DrawSceneWithMask("black", "maskc", 0, 0, 1000);

Expand All @@ -58,7 +58,7 @@ void Title()

Wait(1000);

DrawSpriteWithFiltering( 10, "SGTitle900200", "maskleft", 0, 0, 0, TRUE, TRUE, 0, 0, 10, 1500, TRUE );
DrawSpriteWithFiltering( 10, "sgtitle900200", "maskleft", 0, 0, 0, TRUE, TRUE, 0, 0, 10, 1500, TRUE );

DrawSprite( 12, "titlelogo", NULL, 0, 0, 0, 0, 0, 0, FALSE, FALSE, 0, 0, 12, 1000, TRUE );

Expand Down

0 comments on commit d2c4192

Please sign in to comment.