mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-22 03:51:23 +01:00
feat: routes rendering
This commit is contained in:
parent
6776e5b867
commit
71e53bd34f
4 changed files with 138 additions and 9 deletions
|
|
@ -843,4 +843,12 @@ export function resolveVersionConflicts(version) {
|
|||
}
|
||||
});
|
||||
}
|
||||
|
||||
if (version < 1.98) {
|
||||
// v1.98.00 changed routes generation algorithm and data format
|
||||
// 1. cells.road => cells.route; 1 = MAIN; 2 = TRAIL; 3 = SEA;
|
||||
// 2. cells.crossroad is removed
|
||||
// 3. pack.routes is added
|
||||
// 4. rendering is changed
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue