Created
June 1, 2020 17:23
-
-
Save Srushtika/6be7e03c4cb95cc5dae319492c9dac6a to your computer and use it in GitHub Desktop.
Code snippet 5 - For multiplayer space invaders article
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
create() { | |
this.anims.create({ | |
key: "explode", | |
frames: this.anims.generateFrameNumbers("explosion"), | |
frameRate: 20, | |
repeat: 0, | |
hideOnComplete: true | |
}); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment