mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-17 09:41:24 +01:00
Added cell info to elevation profile and corrected some spelling
This commit is contained in:
parent
36870a3881
commit
044ea1d345
9 changed files with 31 additions and 12 deletions
|
|
@ -155,7 +155,7 @@ function regenerateStates() {
|
|||
return;
|
||||
}
|
||||
if (burgs.length < +regionsInput.value) {
|
||||
tip(`Not enought burgs to generate ${regionsInput.value} states. Will generate only ${burgs.length} states`, false, "warn");
|
||||
tip(`Not enough burgs to generate ${regionsInput.value} states. Will generate only ${burgs.length} states`, false, "warn");
|
||||
}
|
||||
|
||||
// burg local ids sorted by a bit randomized population:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue