Skip to content

Commit 3c3d09e

Browse files
committed
Docs update.
1 parent fb5ba0a commit 3c3d09e

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/tilemap/Tilemap.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66

77
/**
88
* 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+
*
912
* To do this pass the Cache key as the first parameter. When using Tiled data you need only provide the key.
1013
* When using CSV data you must provide the key and the tileWidth and tileHeight parameters.
1114
* 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

Comments
 (0)