phaser/src/gameobjects/group
2020-10-03 10:05:38 +01:00
..
typedefs GroupCreateConfig, which is used when calling Group.createMultiple or Group.createFromConfig, can now accept the following new properties: setOrigin: { x, y, stepX, stepY } which are applied to the items created by the Group. 2020-09-03 17:36:05 +01:00
Group.js Group now extends EventEmitter, allowing you to emit custom events from within a Group. 2020-10-03 10:05:38 +01:00
GroupCreator.js Changed copyright date to 2020 2020-01-15 12:07:09 +00:00
GroupFactory.js Changed copyright date to 2020 2020-01-15 12:07:09 +00:00