phaser/plugins
photonstorm 91f8f96a76 TilemapWalker allows you to set a location marker into a tilemap. You can then move around with commands such as moveForward, turnLeft, etc.
New consts: Phaser.Tilemap.NORTH, SOUTH, EAST and WEST to use with the TileMapWalker Plugin.
2014-05-07 00:10:48 +01:00
..
AStar.js Add Astar plugin to the dev branch 2014-03-20 11:44:17 +01:00
ColorHarmony.js Color.HSVColorWheel will return an array with 360 color objects for each segment of an HSV color wheel. 2014-04-28 03:25:45 +01:00
CSS3Filters.js Tidying up the repo and adding in new documentation. 2013-10-23 14:00:29 +01:00
ProTracker.js Add plugins to jshint task. 2014-03-25 14:56:06 -07:00
QuadTree.js QuadTree deprecated and moved to plugins. Body.collideWorldBounds added back and working. CollisionGroups pretty much finished. 2014-02-19 02:12:27 +00:00
SamplePlugin.js Tidying up the repo and adding in new documentation. 2013-10-23 14:00:29 +01:00
TilemapWalker.js TilemapWalker allows you to set a location marker into a tilemap. You can then move around with commands such as moveForward, turnLeft, etc. 2014-05-07 00:10:48 +01:00
Webcam.js Phaser.ArrayList is a new iterative object, similar in principal to a linked list but operating on a single array without modifying the object structure. 2014-04-25 15:11:54 +01:00