We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a48a2b commit d9d4d74Copy full SHA for d9d4d74
1 file changed
src/tilemaps/Tilemap.js
@@ -68,6 +68,15 @@ var Tileset = require('./Tileset');
68
* child called 'Layer 1'. In the Tilemap object, 'Layer 1' will have the name
69
* 'ParentGroup/Layer 1'.
70
*
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
80
* @class Tilemap
81
* @memberof Phaser.Tilemaps
82
* @constructor
0 commit comments