mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-17 09:41:24 +01:00
Added 100k to 1M cells in options.js and index.html
This commit is contained in:
parent
c85db3b3e1
commit
fecbae826c
2 changed files with 11 additions and 4 deletions
|
|
@ -327,7 +327,14 @@ const cellsDensityMap = {
|
|||
10: 70000,
|
||||
11: 80000,
|
||||
12: 90000,
|
||||
13: 100000
|
||||
13: 100000,
|
||||
14: 150000,
|
||||
15: 200000,
|
||||
16: 300000,
|
||||
17: 400000,
|
||||
18: 500000,
|
||||
19: 750000,
|
||||
20: 1000000
|
||||
};
|
||||
|
||||
function changeCellsDensity(value) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue