Skip to content

Commit dca9dc1

Browse files
committed
fix(mapgenerator-js): using space for line splitting
1 parent 5363a49 commit dca9dc1

File tree

1 file changed

+1
-0
lines changed
  • map-generator/JavaScript/assets/js

1 file changed

+1
-0
lines changed

map-generator/JavaScript/assets/js/map.js

+1
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ function saveAsTxt() {
8585
for (var i = 0; i < 50; i++) {
8686
for (var j = 0; j < 50; j++) {
8787
str += map[j][i];
88+
str += " ";
8889
}
8990
str += "\n";
9091
}

0 commit comments

Comments
 (0)