From bfdaff82414eb96bd68e59ce1978f21a47907471 Mon Sep 17 00:00:00 2001 From: Sebastien Benard Date: Sun, 4 Feb 2024 20:41:25 +0100 Subject: [PATCH] Updated version to 1.5.4 --- app/package.json | 2 +- docs/JSON_DOC.md | 4 ++-- docs/JSON_SCHEMA.json | 6 +++--- docs/MINIMAL_JSON_SCHEMA.json | 6 +++--- docs/version.txt | 2 +- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/app/package.json b/app/package.json index 4c232c526..b7828686a 100644 --- a/app/package.json +++ b/app/package.json @@ -1,6 +1,6 @@ { "name": "ldtk", - "version": "1.5.3", + "version": "1.5.4", "main": "assets/main.js", "productName": "LDtk", "author": "Sebastien Benard", diff --git a/docs/JSON_DOC.md b/docs/JSON_DOC.md index b4e56ecce..58abb2150 100644 --- a/docs/JSON_DOC.md +++ b/docs/JSON_DOC.md @@ -1,4 +1,4 @@ -# LDtk Json structure (version 1.5.3) +# LDtk Json structure (version 1.5.4) @@ -294,7 +294,7 @@ Value | Type | Description `pivotX` | Float | Pivot X coordinate (from 0 to 1.0) `pivotY` | Float | Pivot Y coordinate (from 0 to 1.0) `tileRect`
![Generic badge](https://img.shields.io/badge/Added_1.0.0-gray.svg) | [Tileset rectangle](#ldtk-TilesetRect) *(can be `null`)* | An object representing a rectangle from an existing Tileset -`tileRenderMode`
![Generic badge](https://img.shields.io/badge/Changed_0.8.1-gray.svg) | Enum | An enum describing how the the Entity tile is rendered inside the Entity bounds.
Possible values: `Cover`, `FitInside`, `Repeat`, `Stretch`, `FullSizeCropped`, `FullSizeUncropped`, `NineSlice` +`tileRenderMode`
![Generic badge](https://img.shields.io/badge/Changed_0.8.1-gray.svg) | Enum | An enum describing how the Entity tile is rendered inside the Entity bounds.
Possible values: `Cover`, `FitInside`, `Repeat`, `Stretch`, `FullSizeCropped`, `FullSizeUncropped`, `NineSlice` `tilesetId` | Int *(can be `null`)* | Tileset ID used for optional tile display `uiTileRect`
![Generic badge](https://img.shields.io/badge/Added_1.4.0-gray.svg) | [Tileset rectangle](#ldtk-TilesetRect) *(can be `null`)* | This tile overrides the one defined in `tileRect` in the UI `uid` | Int | Unique Int identifier diff --git a/docs/JSON_SCHEMA.json b/docs/JSON_SCHEMA.json index f77e1e0f6..ed03ea6c6 100644 --- a/docs/JSON_SCHEMA.json +++ b/docs/JSON_SCHEMA.json @@ -1,9 +1,9 @@ { "description": "This file is a JSON schema of files created by LDtk level editor (https://ldtk.io).", - "title": "LDtk 1.5.3 JSON schema", + "title": "LDtk 1.5.4 JSON schema", "$schema": "https://json-schema.org/draft-07/schema#", "$ref": "#/LdtkJsonRoot", - "version": "1.5.3", + "version": "1.5.4", "LdtkJsonRoot": { "description": "This is the root of any Project JSON file. It contains: - the project settings, - an array of levels, - a group of definitions (that can probably be safely ignored for most users).", "title": "LDtk Json root", @@ -1463,7 +1463,7 @@ ] }, "tileRenderMode": { - "description": "An enum describing how the the Entity tile is rendered inside the Entity bounds. Possible values: `Cover`, `FitInside`, `Repeat`, `Stretch`, `FullSizeCropped`, `FullSizeUncropped`, `NineSlice`", + "description": "An enum describing how the Entity tile is rendered inside the Entity bounds. Possible values: `Cover`, `FitInside`, `Repeat`, `Stretch`, `FullSizeCropped`, `FullSizeUncropped`, `NineSlice`", "enum": [ "Cover", "FitInside", diff --git a/docs/MINIMAL_JSON_SCHEMA.json b/docs/MINIMAL_JSON_SCHEMA.json index 4b1c7a6e7..d03334041 100644 --- a/docs/MINIMAL_JSON_SCHEMA.json +++ b/docs/MINIMAL_JSON_SCHEMA.json @@ -1,9 +1,9 @@ { "description": "This file is a JSON schema of files created by LDtk level editor (https://ldtk.io).", - "title": "LDtk 1.5.3 JSON schema", + "title": "LDtk 1.5.4 JSON schema", "$schema": "https://json-schema.org/draft-07/schema#", "$ref": "#/LdtkJsonRoot", - "version": "1.5.3", + "version": "1.5.4", "LdtkJsonRoot": { "description": "This is the root of any Project JSON file. It contains: - the project settings, - an array of levels, - a group of definitions (that can probably be safely ignored for most users).", "title": "LDtk Json root", @@ -629,7 +629,7 @@ ] }, "tileRenderMode": { - "description": "An enum describing how the the Entity tile is rendered inside the Entity bounds. Possible values: `Cover`, `FitInside`, `Repeat`, `Stretch`, `FullSizeCropped`, `FullSizeUncropped`, `NineSlice`", + "description": "An enum describing how the Entity tile is rendered inside the Entity bounds. Possible values: `Cover`, `FitInside`, `Repeat`, `Stretch`, `FullSizeCropped`, `FullSizeUncropped`, `NineSlice`", "enum": [ "Cover", "FitInside", diff --git a/docs/version.txt b/docs/version.txt index 1d5e9e0ba..63ebd3fe3 100644 --- a/docs/version.txt +++ b/docs/version.txt @@ -1 +1 @@ -1.5.3 \ No newline at end of file +1.5.4 \ No newline at end of file