Skip to content

Commit d9d4d74

Browse files
committed
Updated docs
1 parent 6a48a2b commit d9d4d74

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

src/tilemaps/Tilemap.js

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,15 @@ var Tileset = require('./Tileset');
6868
* child called 'Layer 1'. In the Tilemap object, 'Layer 1' will have the name
6969
* 'ParentGroup/Layer 1'.
7070
*
71+
* As of Phaser 3.50.0 the Tilemap API now supports the following types of map:
72+
*
73+
* 1) Orthogonal
74+
* 2) Isometric
75+
* 3) Hexagonal
76+
* 4) Staggered
77+
*
78+
* Prior to this release, only orthogonal maps were supported.
79+
*
7180
* @class Tilemap
7281
* @memberof Phaser.Tilemaps
7382
* @constructor

0 commit comments

Comments
 (0)