Add support for multi-character lines

This commit is contained in:
Jáchym Toušek
2017-06-01 21:25:45 +02:00
parent 8cd0909a7f
commit 437b1268e9
5 changed files with 8 additions and 8 deletions

View File

@@ -482,7 +482,7 @@ void main()
//「お~~~~~ッ!!!!@
PlaySE(3, "s19/02/500200790", 256, 64);
PlaySE(4, "s19/03/500300687", 256, 64);
if (AdvMode) { OutputLineAll("", NULL, Line_ContinueAfterTyping); }
if (AdvMode) { OutputLine("<color=#ef8e2d>レナ</color><color=#75bfa2>魅音</color>", NULL, "<color=#ef8e2d>Rena</color> & <color=#75bfa2>Mion</color>", NULL, Line_ContinueAfterTyping); }
OutputLine(NULL, "「お〜〜〜〜〜ッ!!!!」",
NULL, "\"Yeah~~~~~!!!!\"", Line_ModeSpecific);
if (AdvMode) { ClearMessage(); } else { OutputLineAll(NULL, "\n", Line_ContinueAfterTyping); }