phaser/src/gameobjects/container
2018-05-16 15:17:08 +01:00
..
Container.js Corrected an error in Container.getBoundsTransformMatrix that called a missing method, causing a getBounds on a nested container to fail. Fix #3624 2018-05-15 16:23:33 +01:00
ContainerCanvasRenderer.js Container scroll factor implemented to the render functions 2018-04-11 11:02:04 -03: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 Container scroll factor implemented to the render functions 2018-04-11 11:02:04 -03:00