We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27115b8 commit 9ae160cCopy full SHA for 9ae160c
1 file changed
source/funkin/menus/VisualNovel.hx
@@ -33,7 +33,7 @@ class VisualNovel extends MusicBeatState {
33
text.skip();
34
return;
35
}
36
-
+
37
if(currentEntry.next != null) {
38
currentEntryId = redirectMap[currentEntry.next];
39
} else {
@@ -113,7 +113,7 @@ class VisualNovel extends MusicBeatState {
113
114
var _entry:Xml = cast entry;
115
116
- e.text = _entry.firstChild().nodeValue.trim();
+ e.text = _entry.firstChild().nodeValue.trim().replace("\r\n", "\n");
117
118
var choices = [];
119
0 commit comments