This website requires JavaScript.
Explore
Help
Sign In
Mirrors
/
phaser
Watch
2
Star
0
Fork
You've already forked phaser
0
mirror of
https://github.com/photonstorm/phaser
synced
2025-01-11 04:38:51 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
065d3f4635
phaser
/
src
/
gameobjects
/
group
History
Richard Davey
4fa348e161
Group.createFromConfig
will now check to see if the config contains either
internalCreateCallback
or
internalRemoveCallback
and set them accordingly. This fixes an issue where the callbacks would never be set if specified in an array of single configuration objects.
Fix
#6519
2023-07-21 18:12:33 +01:00
..
typedefs
Updated copyright year
2023-01-02 17:36:27 +00:00
Group.js
Group.createFromConfig
will now check to see if the config contains either
internalCreateCallback
or
internalRemoveCallback
and set them accordingly. This fixes an issue where the callbacks would never be set if specified in an array of single configuration objects.
Fix
#6519
2023-07-21 18:12:33 +01:00
GroupCreator.js
Updated copyright year
2023-01-02 17:36:27 +00:00
GroupFactory.js
Updated copyright year
2023-01-02 17:36:27 +00:00