Skip to content

Commit 198101c

Browse files
committed
Added Layer.getChildren.
1 parent 0370ebf commit 198101c

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

v3/src/checksum.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
var CHECKSUM = {
2-
build: '0f40b6a0-1b37-11e7-9eae-cd352333bf02'
2+
build: 'faa78460-1b9c-11e7-ae3c-65c5c22515dc'
33
};
44
module.exports = CHECKSUM;

v3/src/gameobjects/layer/Layer.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,11 @@ var Layer = new Class({
165165
return this;
166166
},
167167

168+
getChildren: function ()
169+
{
170+
return this.children.entries;
171+
},
172+
168173
destroy: function ()
169174
{
170175
this.children.clear();

0 commit comments

Comments
 (0)