From 03e8729376ee1842ad7b24d4a1fccee3e3725f1e Mon Sep 17 00:00:00 2001 From: Azgaar Date: Sat, 9 Jul 2022 16:44:37 -0700 Subject: [PATCH] Updated Data model (markdown) --- Data-model.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Data-model.md b/Data-model.md index c631a26..e4d2700 100644 --- a/Data-model.md +++ b/Data-model.md @@ -64,6 +64,7 @@ Features represent separate locked areas like islands, lakes and oceans. * * `cells`: `number` - number of cells in feature * * `firstCell`: `number` - index of the first (top left) cell in feature * * `vertices`: `number[]` - indexes of vertices around the feature (perimetric vertices) +** `name`: `string` - name, available for `lake` type only ## Specific cells data World data is mainly stored in typed arrays within `cells` object in both `grid` and `pack`.