@theatrejs/plugin-ldtk 1.1.0 → 1.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/sources/ldtk.js +1 -0
package/package.json
CHANGED
package/sources/ldtk.js
CHANGED
|
@@ -72,6 +72,7 @@ class Ldtk {
|
|
|
72
72
|
/**
|
|
73
73
|
* @typedef {Object} TypeLdtkEntity A LDTK JSON data entity.
|
|
74
74
|
* @property {string} TypeLdtkEntity.__identifier The identifier.
|
|
75
|
+
* @property {Array<number>} TypeLdtkEntity.__grid The grid-based coordinates.
|
|
75
76
|
* @property {Array<TypeLdtkEntityField>} TypeLdtkEntity.fieldInstances The custom fields.
|
|
76
77
|
* @property {string} TypeLdtkEntity.iid The iid.
|
|
77
78
|
* @property {Array<number>} TypeLdtkEntity.px The position.
|