Created
February 16, 2015 08:01
-
-
Save corpsefilth/8570b7f4c2ef1fb68ab8 to your computer and use it in GitHub Desktop.
More info on Phaser groups
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// A group can act like a giant sprite, so it has the same properties you can edit | |
group.x; | |
group.y; | |
group.alpha; | |
group.angle; | |
// Return the number of living members in the group | |
group.countLiving(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment