Skip to content

Commit 8d58849

Browse files
committed
update 'ldtk entity' definition
1 parent f060f82 commit 8d58849

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

sources/ldtk.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ class Ldtk {
7272
/**
7373
* @typedef {Object} TypeLdtkEntity A LDTK JSON data entity.
7474
* @property {string} TypeLdtkEntity.__identifier The identifier.
75+
* @property {Array<number>} TypeLdtkEntity.__grid The grid-based coordinates.
7576
* @property {Array<TypeLdtkEntityField>} TypeLdtkEntity.fieldInstances The custom fields.
7677
* @property {string} TypeLdtkEntity.iid The iid.
7778
* @property {Array<number>} TypeLdtkEntity.px The position.

0 commit comments

Comments
 (0)