phaser-plugin-follow

2.0.2 • Public • Published

Phaser 3 Follow Plugin

new Phaser.Game({
  plugins: {
    scene: [{ key: 'FollowPlugin', plugin: PhaserFollowPlugin, mapping: 'follow' }]
  }
});

PhaserFollowPlugin is a global reference to the plugin class. The package module exports the same value.

In a scene:

this.follow.add(follower, {
  target: target, // Required.
  offsetX: 0,
  offsetY: 0,
  rotate: false,
  rotateOffset: false
});
 
this.follow.pause(follower);
 
this.follow.resume(follower);
 
this.follow.remove(follower);

Package Sidebar

Install

npm i phaser-plugin-follow

Weekly Downloads

1

Version

2.0.2

License

ISC

Unpacked Size

9.46 kB

Total Files

8

Last publish

Collaborators

  • samme