phaser/src/gameobjects/container
2020-09-02 12:24:27 +01:00
..
Container.js Utils.Array.StableSort has been recoded. It's now based on Two-Screens stable sort 0.1.8 and has been updated to fit into Phaser better and no longer create any window bound objects. The inplace function has been removed, just call StableSort(array) directly now. All classes that used StableSort.inplace have been updated to call it directly. 2020-09-02 12:24:27 +01:00
ContainerCanvasRenderer.js Fixed lint errors with PR #5193 2020-07-13 12:55:49 +01:00
ContainerCreator.js When using the GameObjectCreator for Containers you can now specify the children property in the configuration object. 2020-08-25 15:51:11 +01:00
ContainerFactory.js Update ContainerFactory.js 2020-07-09 23:32:54 -04:00
ContainerRender.js Changed copyright date to 2020 2020-01-15 12:07:09 +00:00
ContainerWebGLRenderer.js Changed copyright date to 2020 2020-01-15 12:07:09 +00:00