phaser/src/tilemaps
tarsupin 6613bc28e9
Fixing removeTileAt, removeTileAtWorldXY docs
The 'tile' parameter was not included in the actual code, so it's removed here from the documentation.
2018-06-30 15:09:41 -05:00
..
components Pulled out calculation for tile pixel position amended with tilemapLayer position 2018-06-23 21:20:54 +01:00
dynamiclayer Camera.alpha (and its related method Camera.setAlpha) allows you to get an alpha level for the entire camera. This impacts everything it is rendering, even if those objects also have their own alpha values too. You can tween the property to make the camera contents fade in / out, or you can set it as needed in your game. 2018-06-25 17:35:36 +01:00
mapdata Tidying up jsdocs and changing float to number 2018-06-26 23:19:14 +01:00
parsers Added eslint rules. Fixed incorrect ES6 use. 2018-06-11 09:05:52 +01:00
staticlayer Camera.alpha (and its related method Camera.setAlpha) allows you to get an alpha level for the entire camera. This impacts everything it is rendering, even if those objects also have their own alpha values too. You can tween the property to make the camera contents fade in / out, or you can set it as needed in your game. 2018-06-25 17:35:36 +01:00
Formats.js Added jsdocs 2018-02-12 16:01:21 +00:00
ImageCollection.js Added jsdocs 2018-02-12 16:01:21 +00:00
index.js Tidying up 2018-03-16 18:08:51 +00:00
ParseToTilemap.js Added jsdocs 2018-02-12 16:01:21 +00:00
Tile.js Lots of jsdoc fixes 2018-04-16 14:43:24 +01:00
Tilemap.js Fixing removeTileAt, removeTileAtWorldXY docs 2018-06-30 15:09:41 -05:00
TilemapCreator.js Updated jsdocs 2018-04-16 16:37:07 +01:00
TilemapFactory.js Added jsdocs 2018-02-12 16:01:21 +00:00
Tileset.js Fix types in Tilemaps 2018-03-20 12:36:35 +01:00