phaser/src/gameobjects
2018-06-18 14:25:12 +08:00
..
bitmaptext Documented the Text game object and its TextStyle companion. 2018-06-14 14:27:58 +01:00
blitter Blitter preDestroy will now clear the children List and renderList. 2018-05-22 16:02:13 +01:00
components Documented the Text game object and its TextStyle companion. 2018-06-14 14:27:58 +01:00
container Documented Light, LightsManager and LightsPlugin. 2018-06-13 18:44:32 +01:00
graphics Documented Graphics.save() and Graphics.restore(). 2018-06-17 19:43:05 +01:00
group Merge pull request #3687 from thomastanck/thomastanck-typedefupdates 2018-05-24 13:49:30 +01:00
image Calling a creator, such as GraphicsCreator, without passing in a config object, would cause an error to be thrown. All Game Object creators now catch against this. 2018-05-16 15:17:08 +01:00
lights Tweaked the LightsPlugin example in its class description. 2018-06-13 18:56:57 +01:00
mesh Documented the missing descriptions for the Mesh game object. 2018-06-08 15:42:55 +01:00
particles change ParticleEmitter.startFollow to fix issue 3764 2018-06-18 14:25:12 +08:00
pathfollower Initial Commit 2018-03-30 13:46:44 -04:00
quad Documented the remaining descriptions in the Quad and Sprite game objects. 2018-06-08 15:50:44 +01:00
rendertexture Cleaned up some previous documentation, finished the RenderTexture GameObject documentation. 2018-06-06 14:23:39 +01:00
sprite Documented the remaining descriptions in the Quad and Sprite game objects. 2018-06-08 15:50:44 +01:00
sprite3d Calling a creator, such as GraphicsCreator, without passing in a config object, would cause an error to be thrown. All Game Object creators now catch against this. 2018-05-16 15:17:08 +01:00
text Switched to example annotations for the setStyle() examples. 2018-06-14 14:49:29 +01:00
tilesprite Documented some remaining TileSprite descriptions. 2018-06-08 17:07:35 +01:00
zone Initial Commit 2018-03-30 13:46:44 -04:00
BuildGameObject.js Documented the DisplayList and UpdateList plugins, and the BuildGameObject function. 2018-06-01 11:36:12 +01:00
BuildGameObjectAnimation.js Documented the DisplayList and UpdateList plugins, and the BuildGameObject function. 2018-06-01 11:36:12 +01:00
DisplayList.js Documented the DisplayList and UpdateList plugins, and the BuildGameObject function. 2018-06-01 11:36:12 +01:00
GameObject.js setInteractive will now take a configuration object as the only argument, allowing for easier setting of more complex input values 2018-06-11 11:35:31 +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