phaser/src/gameobjects
2018-07-07 12:34:24 +01:00
..
bitmaptext Started moving dynamic bitmap text renderer to its own function 2018-07-07 12:34:24 +01:00
blitter Pass in the UV values 2018-07-02 23:52:00 +01:00
components Clairty over obscurity 2018-07-06 19:35:01 +01:00
container Added the Mask compontent to Container. It worked without it, but this brings it in-line with the documentation and other Game Objects. Fix #3797 2018-06-28 14:17:04 +01:00
graphics Graphics.arc has a new optional argument overshoot. This is a small value that is added onto the end of the endAngle and allows you to extend the arc further than the default 360 degrees. You may wish to do this if you're trying to draw an arc with an especially thick line stroke, to ensure there are no gaps. Fix #3798 2018-07-06 17:15:46 +01:00
group Cleaned up some remaining GameObject descriptions. 2018-06-21 14:18:28 +01:00
image Added new TextureCrop component 2018-07-05 13:06:28 +01:00
lights Tidying up jsdocs and changing float to number 2018-06-26 23:19:14 +01:00
mesh Removed batchMesh and moved to the Mesh WebGL Renderer. Another one bites the dust. 2018-07-06 19:35:46 +01:00
particles Unified use of roundPixels, antialias and pixelArt modes 2018-06-27 15:15:00 +01:00
pathfollower Documented most of the remaining PathFollower descriptions. 2018-06-21 13:19:52 +01:00
quad Tidying up jsdocs and changing float to number 2018-06-26 23:19:14 +01:00
rendertexture Added in Camera alpha support to all canvas renderers 2018-06-25 16:24:08 +01:00
sprite Added new TextureCrop component 2018-07-05 13:06:28 +01:00
sprite3d Documented various missing descriptions for GameObject classes and functions. 2018-06-20 07:28:02 +01:00
text Using direct pipeline calls 2018-07-02 13:32:56 +01:00
tilesprite Added tintEffect property 2018-07-02 13:33:15 +01:00
zone Finished up TileSprite property descriptions, started on its class description. 2018-06-20 08:33:55 +01:00
BuildGameObject.js Documented the DisplayList and UpdateList plugins, and the BuildGameObject function. 2018-06-01 11:36:12 +01:00
BuildGameObjectAnimation.js changed animation api calls to include updated set verb (e.g. .setDelay() vs .delay()) 2018-06-16 18:15:29 +01:00
DisplayList.js Documented the DisplayList and UpdateList plugins, and the BuildGameObject function. 2018-06-01 11:36:12 +01:00
GameObject.js Merge pull request #3780 from TadejZupancic/patch-9 2018-06-25 22:39:54 +01:00
GameObjectCreator.js All systems now register themselves with the new PluginCache 2018-05-15 12:51:50 +01:00
GameObjectFactory.js All systems now register themselves with the new PluginCache 2018-05-15 12:51:50 +01:00
index.js Updated to use typeof DefinePlugin check. 2018-04-20 00:23:24 +01:00
UpdateList.js Finished UpdateList and RetroFont.Config documentation. 2018-06-06 15:11:40 +01:00