We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc8606c commit 4a711e4Copy full SHA for 4a711e4
1 file changed
src/tilemaps/typedefs/TiledObject.js
@@ -1,7 +1,7 @@
1
/**
2
* @typedef {object} Phaser.Types.Tilemaps.TiledObject
3
* @since 3.0.0
4
- *
+ *
5
* @property {integer} id - The unique object ID.
6
* @property {string} name - The name this object was assigned in Tiled.
7
* @property {string} type - The type, as assigned in Tiled.
@@ -21,5 +21,5 @@
21
* @property {any} [text] - Only set if a text object. Contains the text objects properties.
22
* @property {boolean} [rectangle] - Only set, and set to `true`, if a rectangle object.
23
* @property {boolean} [ellipse] - Only set, and set to `true`, if a ellipse object.
24
- * @property {boolean} [point] - Only set, and set to `true`, if a ellipse object.
+ * @property {boolean} [point] - Only set, and set to `true`, if a point object.
25
*/
0 commit comments