audio timing
This commit is contained in:
@@ -5580,7 +5580,7 @@ void main()
|
|||||||
OutputLine(NULL, "……全てが真実ではないかもしれないということです。",
|
OutputLine(NULL, "……全てが真実ではないかもしれないということです。",
|
||||||
NULL, " Not all of it may be true...", Line_ContinueAfterTyping);
|
NULL, " Not all of it may be true...", Line_ContinueAfterTyping);
|
||||||
|
|
||||||
Wait( 1000 );
|
Wait( 3200 );
|
||||||
|
|
||||||
OutputLine(NULL, "……よろしいですね?」",
|
OutputLine(NULL, "……よろしいですね?」",
|
||||||
NULL, " Are you still interested?\"", Line_WaitForInput);
|
NULL, " Are you still interested?\"", Line_WaitForInput);
|
||||||
@@ -5912,14 +5912,14 @@ void main()
|
|||||||
NULL, "\"...That Oyashiro-sama's curse...", Line_ContinueAfterTyping);
|
NULL, "\"...That Oyashiro-sama's curse...", Line_ContinueAfterTyping);
|
||||||
|
|
||||||
SetValidityOfInput( FALSE );
|
SetValidityOfInput( FALSE );
|
||||||
Wait( 500 );
|
Wait( 1800 );
|
||||||
SetValidityOfInput( TRUE );
|
SetValidityOfInput( TRUE );
|
||||||
|
|
||||||
OutputLine(NULL, "本当にあるのかな",
|
OutputLine(NULL, "本当にあるのかな",
|
||||||
NULL, " really exists...", Line_ContinueAfterTyping);
|
NULL, " really exists...", Line_ContinueAfterTyping);
|
||||||
|
|
||||||
SetValidityOfInput( FALSE );
|
SetValidityOfInput( FALSE );
|
||||||
Wait( 400 );
|
Wait( 2600 );
|
||||||
SetValidityOfInput( TRUE );
|
SetValidityOfInput( TRUE );
|
||||||
|
|
||||||
OutputLine(NULL, "……なんて、まぁ…はっはっは…!」",
|
OutputLine(NULL, "……なんて、まぁ…はっはっは…!」",
|
||||||
|
|||||||
Reference in New Issue
Block a user