Three partite technology

Wooo!
This commit is contained in:
Aurian
2018-05-22 02:16:42 +02:00
committed by GitHub
parent 948b4df9ab
commit 3b9b0455ce

View File

@@ -82,7 +82,7 @@ void dialog001()
ClearMessage();
DisableWindow();
DrawSceneWithMask("background/res5", "m1", 0, 0, 300 );
ModDrawCharacterWithFiltering(3, 2, "sprite/normal/re1b_def_b1_", "0", "right", 1, 160, 0, FALSE, 0, 0, 0, 0, 0, 20, 300, TRUE );
ModDrawCharacterWithFiltering(3, 2, "sprite/normal/re1b_def_b1_", "0", "right", 1, 240, 0, FALSE, 0, 0, 0, 0, 0, 20, 300, TRUE );
//「今回の鬼隠し編では、雛見沢で近年起こった連続怪死事件が紹介されたでしょ@
// 次回のシナリオでは雛見沢の古い歴史なんかが紹介されるんですって。¥
@@ -95,7 +95,7 @@ void dialog001()
NULL, " The next chapter will introduce some of the history of Hinamizawa.\"", Line_Normal);
ClearMessage();
DisableWindow();
ModDrawCharacterWithFiltering(1, 3, "sprite/normal/me1b_def_a1_", "0", "left", 1, -160, 0, FALSE, 0, 0, 0, 0, 0, 0, 300, TRUE );
ModDrawCharacterWithFiltering(1, 3, "sprite/normal/me1b_def_a1_", "0", "left", 1, -240, 0, FALSE, 0, 0, 0, 0, 0, 0, 300, TRUE );
}
void dialog002()
@@ -109,7 +109,7 @@ void dialog002()
DisableWindow();
FadeBustshotWithFiltering( 1, "right", 1, FALSE, 0, 0, 300, TRUE );
ModDrawCharacterWithFiltering(1, 11, "sprite/normal/oisi1_2_", "0", "left", 1, -160, 0, FALSE, 0, 0, 0, 0, 0, 0, 300, TRUE );
ModDrawCharacterWithFiltering(1, 11, "sprite/normal/oisi1_2_", "0", "left", 1, -240, 0, FALSE, 0, 0, 0, 0, 0, 0, 300, TRUE );
// 大石rvS20/11/440700336.「そりゃ古手さん、仕方がありませんよ。kvS20/11/440700337.前原さんの台詞だけで普通のアドベンチャーゲームなら全員分の量がありますからね。kvS20/11/440700338.んっふっふっふ!」
if (GetGlobalFlag(GADVMode)) { OutputLine("<color=#a59da9>大石</color>", NULL, "<color=#a59da9>Ooishi</color>", NULL, Line_ContinueAfterTyping); }