mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-17 01:41:22 +01:00
1.1.20
This commit is contained in:
parent
9dab5f2a9d
commit
c27d3e1689
10 changed files with 214 additions and 49 deletions
1
main.js
1
main.js
|
|
@ -1136,6 +1136,7 @@ function rankCells() {
|
|||
|
||||
// generate some markers
|
||||
function addMarkers(number = 1) {
|
||||
if (!number) return;
|
||||
console.time("addMarkers");
|
||||
const cells = pack.cells;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue