phaser/src/gameobjects
2018-07-18 14:45:10 +01:00
..
bitmaptext Merge branch 'master' of https://github.com/photonstorm/phaser 2018-07-11 16:25:26 +01:00
blitter Pass GO to setPipeline 2018-07-11 16:23:44 +01:00
components setPipeline returns the Game Object, not the pipeline, to be consistent. 2018-07-13 11:14:08 +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 Pass GO to setPipeline 2018-07-11 16:23:44 +01:00
lights Tidying up jsdocs and changing float to number 2018-06-26 23:19:14 +01:00
mesh Pass GO to setPipeline 2018-07-11 16:23:44 +01:00
particles Pass GO to setPipeline 2018-07-11 16:23:44 +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 New pipeline function call 2018-07-11 12:35:23 +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 Added Text.setResolution methods. 2018-07-18 14:45:10 +01:00
tilesprite Fixed argument order. 2018-07-11 16:54:48 +01:00
zone Bumped version 2018-07-13 11:14:13 +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