diff --git a/docs/JSON_DOC.md b/docs/JSON_DOC.md index e44eff20c..cd969c73a 100644 --- a/docs/JSON_DOC.md +++ b/docs/JSON_DOC.md @@ -129,7 +129,7 @@ Value | Type | Description ~~`intGrid`~~
Only *IntGrid layers*
*DEPRECATED!*
![Generic badge](https://img.shields.io/badge/Removed_1.0.0-gray.svg) | Array of Object *(can be `null`)* | **WARNING**: this deprecated value is no longer exported since version 1.0.0

Replaced by: `intGridCsv` -## 2.2. Tile instance ![Generic badge](https://img.shields.io/badge/Added_0.4.0-gray.svg) +## 2.1.1. Tile instance ![Generic badge](https://img.shields.io/badge/Added_0.4.0-gray.svg) This structure represents a single tile from a given Tileset. Value | Type | Description @@ -142,7 +142,7 @@ Value | Type | Description `d`
*Only used by editor*
![Generic badge](https://img.shields.io/badge/Changed_0.6.0-gray.svg) | Array of Int | Internal data used by the editor.
For auto-layer tiles: `[ruleId, coordId]`.
For tile-layer tiles: `[coordId]`. -## 2.3. Entity instance +## 2.2. Entity instance Value | Type | Description -- | -- | -- `__grid`
![Generic badge](https://img.shields.io/badge/Changed_0.4.0-gray.svg) | Array of Int | Grid-based coordinates (`[x,y]` format) @@ -159,7 +159,7 @@ Value | Type | Description `width`
![Generic badge](https://img.shields.io/badge/Added_0.8.0-gray.svg) | Int | Entity width in pixels. For non-resizable entities, it will be the same as Entity definition. -## 2.4. Field instance +## 2.3. Field instance Value | Type | Description -- | -- | -- `__identifier` | String | Field definition identifier @@ -170,7 +170,7 @@ Value | Type | Description `realEditorValues`
*Only used by editor* | Array of Enum *(can be `null`)* | Editor internal raw values -## 2.4.2. Reference to an Entity instance ![Generic badge](https://img.shields.io/badge/Added_1.0.0-gray.svg) +## 2.3.1. Reference to an Entity instance ![Generic badge](https://img.shields.io/badge/Added_1.0.0-gray.svg) This object describes the "location" of an Entity instance in the project worlds. Value | Type | Description @@ -181,7 +181,7 @@ Value | Type | Description `worldIid`
![Generic badge](https://img.shields.io/badge/Added_1.0.0-gray.svg) | String | IID of the World containing the refered EntityInstance -## 2.4.3. Grid point ![Generic badge](https://img.shields.io/badge/Added_1.0.0-gray.svg) +## 2.3.2. Grid point ![Generic badge](https://img.shields.io/badge/Added_1.0.0-gray.svg) This object is just a grid-based coordinate used in Field values. Value | Type | Description