phaser/src/gameobjects
2018-07-09 13:42:33 +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 Explained mask positioning better in docs. Fix #3770 2018-07-08 23:38:13 +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 Fixed slice method 2018-07-08 22:44:40 +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 The Quad Game Object now has a new setFrame method that allows you to change the frame being rendered by the Quad, including using frames that are part of a texture atlas. Fix #3161 2018-07-09 13:42:33 +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 The Quad Game Object now has a new setFrame method that allows you to change the frame being rendered by the Quad, including using frames that are part of a texture atlas. Fix #3161 2018-07-09 13:42:33 +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