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

@@ -281,7 +281,7 @@ void main()
// ...哄笑だった¥
PlaySE(3, "s20/02/440200054", 256, 64);
PlaySE(4, "s20/03/440300044", 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, "By loud laughter...", Line_Normal);
ClearMessage();