You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/tilemap/Tilemap.js
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,9 @@
6
6
7
7
/**
8
8
* Creates a new Phaser.Tilemap object. The map can either be populated with data from a Tiled JSON file or from a CSV file.
9
+
*
10
+
* Tiled is a free software package specifically for creating tile maps, and is available from http://www.mapeditor.org
11
+
*
9
12
* To do this pass the Cache key as the first parameter. When using Tiled data you need only provide the key.
10
13
* When using CSV data you must provide the key and the tileWidth and tileHeight parameters.
11
14
* If creating a blank tilemap to be populated later, you can either specify no parameters at all and then use `Tilemap.create` or pass the map and tile dimensions here.
0 commit comments