We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ae478c commit 8d89c42Copy full SHA for 8d89c42
2 files changed
v3/src/checksum.js
@@ -1,4 +1,4 @@
1
var CHECKSUM = {
2
-build: '6b8c2e70-66f1-11e7-b643-6b4ad5936419'
+build: 'e15f6f20-66f8-11e7-99fa-f3e6047b8036'
3
};
4
module.exports = CHECKSUM;
v3/src/gameobjects/group/Group.js
@@ -82,6 +82,8 @@ var Group = new Class({
82
83
createFromConfig: function (options)
84
{
85
+ this.classType = GetValue(options, 'classType', this.classType);
86
+
87
var key = GetValue(options, 'key', undefined);
88
var frame = GetValue(options, 'frame', null);
89
var visible = GetValue(options, 'visible', true);
0 commit comments