phaser/src/tilemap
Izzimach 18a07f7a88 Switched Tilemap to use user-specified layer.
Tilemap was using the current layer even if a layer was specified as a
parameter in getTile/setTile. Changed it to use the user layer if one is
specified.
2013-11-08 11:40:07 -07:00
..
Tile.js Extracting the correct area from a layer, debug displaying it and preparing for collision. 2013-10-15 05:41:42 +01:00
Tilemap.js Switched Tilemap to use user-specified layer. 2013-11-08 11:40:07 -07:00
TilemapLayer.js * Updated: event.preventDefault() has been added to all Mouse event handlers. 2013-11-01 02:07:21 +00:00
TilemapParser.js Tilemap painting example and other smaller updates. 2013-10-17 21:10:00 +01:00
Tileset.js More tilemap examples 2013-10-16 21:25:51 +01:00