mirror of
https://github.com/photonstorm/phaser
synced 2024-11-15 17:28:18 +00:00
ArrayList/LinkedList - moved from core to utils
- ArrayList is also renamed to ArraySet to better reflect the nature
This commit is contained in:
parent
497b00d781
commit
794c9f65fe
3 changed files with 2 additions and 2 deletions
|
@ -16,8 +16,6 @@
|
|||
"src/core/Camera.js",
|
||||
"src/core/State.js",
|
||||
"src/core/StateManager.js",
|
||||
"src/core/LinkedList.js",
|
||||
"src/core/ArrayList.js",
|
||||
"src/core/Signal.js",
|
||||
"src/core/SignalBinding.js",
|
||||
"src/core/Filter.js",
|
||||
|
@ -93,6 +91,8 @@
|
|||
"src/sound/Sound.js",
|
||||
"src/sound/SoundManager.js",
|
||||
|
||||
"src/utils/ArraySet.js",
|
||||
"src/utils/LinkedList.js",
|
||||
"src/utils/ArrayUtils.js",
|
||||
"src/utils/Debug.js",
|
||||
"src/utils/Color.js",
|
||||
|
|
Loading…
Reference in a new issue