mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-17 01:41:22 +01:00
Added cell info to elevation profile and corrected some spelling
This commit is contained in:
parent
468e553f7c
commit
60a26a8ab5
9 changed files with 31 additions and 12 deletions
|
|
@ -27,7 +27,7 @@
|
|||
});
|
||||
return;
|
||||
} else {
|
||||
console.warn(`Not enought populated cells (${populated.length}). Will generate only ${count} cultures`);
|
||||
console.warn(`Not enough populated cells (${populated.length}). Will generate only ${count} cultures`);
|
||||
alertMessage.innerHTML = `
|
||||
There are only ${populated.length} populated cells and it's insufficient livable area.<br>
|
||||
Only ${count} out of ${culturesInput.value} requested cultures will be generated.<br>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue