Skip to content

Instantly share code, notes, and snippets.

@Srushtika
Created June 1, 2020 17:23
Show Gist options
  • Save Srushtika/6be7e03c4cb95cc5dae319492c9dac6a to your computer and use it in GitHub Desktop.
Save Srushtika/6be7e03c4cb95cc5dae319492c9dac6a to your computer and use it in GitHub Desktop.
Code snippet 5 - For multiplayer space invaders article
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