added orion nebula asset from DU, updated licence template to better support whitespace

This commit is contained in:
Micah
2020-09-10 17:46:48 -04:00
parent a57003f272
commit b55d93ad94
7 changed files with 247 additions and 1 deletions
+9
View File
@@ -127,6 +127,15 @@ window.onload = function () {
}
}
if (documentation[i].identifier == "sceneLicense") {
for (var j = 0; j < documentation[i].data.length; j++) {
var escaped = documentation[i].data[j].description.replace(
/\\n/g, ""
);
documentation[i].data[j].description = escaped;
}
}
}
currentDocumentation = documentation[3];