phaser/src/structs
2020-10-27 13:55:09 +00:00
..
events Changed copyright date to 2020 2020-01-15 12:07:09 +00:00
index.js Final set of namespace changes. Fix #5062 2020-09-01 20:28:42 +01:00
List.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
Map.js Improved docs 2020-10-27 13:55:09 +00:00
ProcessQueue.js ProcessQueue.checkQueue is a new boolean property that will make sure only unique objects are added to the Process Queue. 2020-08-24 19:21:01 +01:00
RTree.js Changed copyright date to 2020 2020-01-15 12:07:09 +00:00
Set.js Changed copyright date to 2020 2020-01-15 12:07:09 +00:00
Size.js Changed copyright date to 2020 2020-01-15 12:07:09 +00:00