mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-18 18:11:24 +01:00
Updated Data model (markdown)
parent
7ae4b34442
commit
bc9175a737
1 changed files with 1 additions and 1 deletions
|
|
@ -96,7 +96,7 @@ World data is mainly stored in typed arrays within `cells` object in both `grid`
|
||||||
* `pack.cells.crossroad`: `number[]` - cells crossroad score. Show cells where multiple routes are crossing. `Uint16Array`
|
* `pack.cells.crossroad`: `number[]` - cells crossroad score. Show cells where multiple routes are crossing. `Uint16Array`
|
||||||
* `pack.cells.q`: `object` - quadtree used for fast closest cell detection
|
* `pack.cells.q`: `object` - quadtree used for fast closest cell detection
|
||||||
|
|
||||||
# Secondary pack data
|
# Secondary data
|
||||||
Secondary data available as a part of the `pack` object.
|
Secondary data available as a part of the `pack` object.
|
||||||
|
|
||||||
## Cultures
|
## Cultures
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue