mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-22 03:51:23 +01:00
improved export, now everything working!
This commit is contained in:
parent
629b6d7c7c
commit
9cd63b6fec
2 changed files with 38 additions and 24 deletions
|
|
@ -76,6 +76,6 @@ for ($i=0; $i<$iterations; $i++) {
|
|||
}
|
||||
}
|
||||
|
||||
echo json_encode($cells);
|
||||
echo json_encode($cells, JSON_PRETTY_PRINT);
|
||||
|
||||
?>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue