Skip to content

Commit

Permalink
Changelog & version 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
deepnight committed Oct 3, 2020
1 parent 136733b commit 0c32e4f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 0.3.2-beta

- Fixed a crash when resizing level with an Entity having a null Point value
- Added button icons in Help window

# 0.3.1-beta

- **Tiled (TMX) export option**: from the project settings (`F1`), check the *Tiled export* option to save Tiled compatible files along with the LEd JSON.
Expand Down
6 changes: 3 additions & 3 deletions JSON_DOC.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# JSON structure (version 0.3.1-beta)
# JSON structure (version 0.3.2-beta)

- [Json root](#led-ProjectJson)

Expand Down Expand Up @@ -162,9 +162,9 @@

- `results` : **Array of Object**

- `__cx` : **Int** [![Generic badge](https://img.shields.io/badge/Added-0.3.1-green.svg)](JSON_CHANGELOG.md) -- Grid-based X coordinate of the cell
- `__cx` : **Int** [![Generic badge](https://img.shields.io/badge/Added-0.3.1-gray.svg)](JSON_CHANGELOG.md) -- Grid-based X coordinate of the cell

- `__cy` : **Int** [![Generic badge](https://img.shields.io/badge/Added-0.3.1-green.svg)](JSON_CHANGELOG.md) -- Grid-based Y coordinate of the cell
- `__cy` : **Int** [![Generic badge](https://img.shields.io/badge/Added-0.3.1-gray.svg)](JSON_CHANGELOG.md) -- Grid-based Y coordinate of the cell

- `coordId` : **Int** -- Coordinate ID in the layer grid

Expand Down
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "led",
"version": "0.3.1-beta",
"version": "0.3.2-beta",
"main": "assets/main.js",
"productName": "LEd",
"author": "Sebastien Benard",
Expand Down

0 comments on commit 0c32e4f

Please sign in to comment.