Add neutral color

This commit is contained in:
Jáchym Toušek
2017-05-31 17:30:15 +02:00
parent c2d8dda052
commit 8cd0909a7f
22 changed files with 277 additions and 277 deletions

View File

@@ -1824,7 +1824,7 @@ void main()
//「みんな始めは轢き逃げされたものだと思っていました@
PlaySE(3, "s01/11/120700039", 256, 64);
if (AdvMode) { OutputLine("中年男", NULL, "Middle-Aged Man", NULL, Line_ContinueAfterTyping); }
if (AdvMode) { OutputLine("<color=#f5e6d3>中年男</color>", NULL, "<color=#f5e6d3>Middle-Aged Man</color>", NULL, Line_ContinueAfterTyping); }
OutputLine(NULL, "「みんな始めは轢き逃げされたものだと思っていました。",
NULL, "\"Everyone thought at first that it was a hit and run.", Line_ModeSpecific);
if (AdvMode) { ClearMessage(); } else { OutputLineAll(NULL, "\n", Line_ContinueAfterTyping); }
@@ -1833,7 +1833,7 @@ void main()
// ですが、意識を確かめるために近付いた警官はすぐに異常に気付きました@...喉がね、引き裂かれていたんですよ。@
PlaySE(3, "s01/11/120700040", 256, 64);
if (AdvMode) { OutputLine("中年男", NULL, "Middle-Aged Man", NULL, Line_ContinueAfterTyping); }
if (AdvMode) { OutputLine("<color=#f5e6d3>中年男</color>", NULL, "<color=#f5e6d3>Middle-Aged Man</color>", NULL, Line_ContinueAfterTyping); }
OutputLine(NULL, " ですが、意識を確かめるために近付いた警官はすぐに異常に気付きました。",
NULL, "Except when the officer got closer to check if he was still alive, he soon noticed it wasn't a normal situation.", Line_WaitForInput);
PlaySE(3, "s01/11/120700041", 256, 64);
@@ -1854,7 +1854,7 @@ void main()
//「いいえ@爪でした。¥
PlaySE(3, "s01/11/120700042", 256, 64);
if (AdvMode) { OutputLine("中年男", NULL, "Middle-Aged Man", NULL, Line_ContinueAfterTyping); }
if (AdvMode) { OutputLine("<color=#f5e6d3>中年男</color>", NULL, "<color=#f5e6d3>Middle-Aged Man</color>", NULL, Line_ContinueAfterTyping); }
OutputLine(NULL, "「いいえ。",
NULL, "\"No.", Line_WaitForInput);
PlaySE(3, "s01/11/120700043", 256, 64);
@@ -1918,7 +1918,7 @@ void main()
//「薬物を疑いましたが、そういう類のものは検出できませんでした。¥
PlaySE(3, "s01/11/120700045", 256, 64);
if (AdvMode) { OutputLine("中年男", NULL, "Middle-Aged Man", NULL, Line_ContinueAfterTyping); }
if (AdvMode) { OutputLine("<color=#f5e6d3>中年男</color>", NULL, "<color=#f5e6d3>Middle-Aged Man</color>", NULL, Line_ContinueAfterTyping); }
OutputLine(NULL, "「薬物を疑いましたが、そういう類のものは検出できませんでした。」",
NULL, "\"We thought drugs were to blame, but nothing of that nature was detected.\"", Line_Normal);
ClearMessage();
@@ -4620,7 +4620,7 @@ void main()
//「いたぞ!! 裏口だ!!@
PlaySE(3, "s01/00/inu02001", 256, 64);
if (AdvMode) { OutputLine("男", NULL, "Man", NULL, Line_ContinueAfterTyping); }
if (AdvMode) { OutputLine("<color=#f5e6d3>男</color>", NULL, "<color=#f5e6d3>Man</color>", NULL, Line_ContinueAfterTyping); }
OutputLine(NULL, "「いたぞ!! 裏口だ!!」",
NULL, "\"There he is!! The back door!!\"", Line_ModeSpecific);
if (AdvMode) { ClearMessage(); } else { OutputLineAll(NULL, "\n", Line_ContinueAfterTyping); }