Skip to content

Commit 794c9f6

Browse files
committed
ArrayList/LinkedList - moved from core to utils
- ArrayList is also renamed to ArraySet to better reflect the nature
1 parent 497b00d commit 794c9f6

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

tasks/manifests/phaser.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@
1616
"src/core/Camera.js",
1717
"src/core/State.js",
1818
"src/core/StateManager.js",
19-
"src/core/LinkedList.js",
20-
"src/core/ArrayList.js",
2119
"src/core/Signal.js",
2220
"src/core/SignalBinding.js",
2321
"src/core/Filter.js",
@@ -93,6 +91,8 @@
9391
"src/sound/Sound.js",
9492
"src/sound/SoundManager.js",
9593

94+
"src/utils/ArraySet.js",
95+
"src/utils/LinkedList.js",
9696
"src/utils/ArrayUtils.js",
9797
"src/utils/Debug.js",
9898
"src/utils/Color.js",

0 commit comments

Comments
 (0)