2.1.0 • Published 4 years ago

phaser-plugin-update v2.1.0

Weekly downloads
2
License
ISC
Repository
github
Last release
4 years ago

Phaser 3 Update Plugin

Runs a Game Object's update method automatically.

new Phaser.Game({
  plugins: {
    scene: [{ key: 'updatePlugin', plugin: PhaserUpdatePlugin, mapping: 'updates' }]
  }
});

In a scene:

this.updates.add(gameObject);
// or
this.updates.addMultiple([ gameObject1, gameObject2 ]);
2.1.0

4 years ago

2.0.4

5 years ago

2.0.3

5 years ago

2.0.2

5 years ago

2.0.1

5 years ago

2.0.0

5 years ago

1.0.1

5 years ago

1.0.0

6 years ago