Version 1.0

This commit is contained in:
Kiruku
2015-05-23 17:21:55 -04:00
parent 518a461777
commit 79f7a8d8f1
13 changed files with 1613 additions and 21 deletions

40
Update/onik_tips_11.txt Normal file
View File

@@ -0,0 +1,40 @@
void main()
{
//*Sub_Tips_011
//■主婦殺人事件
//gosub *tip_s
EnableJumpingOfReturnIcon();
FadeOutBGM( 0, 1000, FALSE );
FadeOutBGM( 1, 1000, FALSE );
FadeOutBGM( 2, 1000, TRUE );
DisableWindow();
DrawScene( "black", 1000 );
DrawScene( "bg_180", 1000 );
PlayBGM( 1, "msys13", 128, 0 );
//locate 2,7
SetDrawingPointOfMessage( 0, 7 );
SetStyleOfMessageSwinging( 1 );
//(新聞には掲載されなかった......¥
OutputLine(NULL, "(新聞には掲載されなかった……)",
NULL, "(It wasn't reported in the newspaper...)", Line_Normal);
ClearMessage();
SetStyleOfMessageSwinging( 0 );
SetValidityOfInput( FALSE );
Wait( 1000 );
SetValidityOfInput( TRUE );
DisableWindow();
DrawScene( "black", 1000 );
FadeOutBGM( 0, 1000, FALSE );
FadeOutBGM( 1, 1000, FALSE );
FadeOutBGM( 2, 1000, TRUE );
//gosub *tip_e
//return
}