phaser/src/gameobjects
TadejZupancic 6f7463f4f7
Particle Emitter Manager in Container
Added Alpha and ScrollFactor Mixin to Particle Emitter Manager otherwise it crashes when added to the Container.
2018-05-30 10:44:49 +02:00
..
bitmaptext 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
blitter Blitter preDestroy will now clear the children List and renderList. 2018-05-22 16:02:13 +01:00
components Missed some cases 2018-05-22 16:08:44 +08:00
container Updated method names 2018-05-23 23:09:31 +01:00
graphics Added preDestroy callback 2018-05-22 15:59:23 +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 All systems now register themselves with the new PluginCache 2018-05-15 12:51:50 +01:00
mesh 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
particles Particle Emitter Manager in Container 2018-05-30 10:44:49 +02:00
pathfollower Initial Commit 2018-03-30 13:46:44 -04:00
quad 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
rendertexture RenderTexture.resize will allow you to resize the underlying Render Texture to the new dimensions given. Doing this also clears the Render Texture at the same time 2018-05-29 12:07:40 +01:00
sprite 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
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 Added jsdocs 2018-05-22 15:55:02 +01:00
tilesprite TileSprite.destroy has been renamed to preDestroy to take advantage of the preDestroy callback system. 2018-05-22 15:54:53 +01:00
zone Initial Commit 2018-03-30 13:46:44 -04:00
BuildGameObject.js Initial Commit 2018-03-30 13:46:44 -04:00
BuildGameObjectAnimation.js Initial Commit 2018-03-30 13:46:44 -04:00
DisplayList.js All systems now register themselves with the new PluginCache 2018-05-15 12:51:50 +01:00
GameObject.js Correct JSDoc type for GameObject#body 2018-05-15 08:04:44 -07: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 All systems now register themselves with the new PluginCache 2018-05-15 12:51:50 +01:00