mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-17 17:51:24 +01:00
calculateDistances for tradeCenters
This commit is contained in:
parent
b5245e8da0
commit
f432ef2a80
3 changed files with 121 additions and 19 deletions
1
main.js
1
main.js
|
|
@ -659,6 +659,7 @@ function generate() {
|
|||
Production.collectResources();
|
||||
|
||||
Trade.defineCenters();
|
||||
Trade.calculateDistances();
|
||||
Trade.exportGoods();
|
||||
Trade.importGoods();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue