phaser/src/gameobjects/container
2018-07-19 13:26:11 +01:00
..
Container.js 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
ContainerCanvasRenderer.js Removed un-used imports 2018-07-19 13:26:11 +01:00
ContainerCreator.js 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
ContainerFactory.js Containers no longer in beta. 2018-04-19 14:35:17 +01:00
ContainerRender.js Updated to use typeof DefinePlugin check. 2018-04-20 00:23:24 +01:00
ContainerWebGLRenderer.js Removed un-used imports 2018-07-19 13:26:11 +01:00