3.0.0 • Published 3 years ago

phaser-plugin-debug-body-colors v3.0.0

Weekly downloads
1
License
ISC
Repository
github
Last release
3 years ago

npm.io

Phaser 3 Debug Body Colors Plugin

new Phaser.Game({
  plugins: {
    scene: [
      {
        key: 'DebugBodyColorsPlugin',
        plugin: PhaserDebugBodyColorsPlugin,
        mapping: 'debugBodyColors'
      }
    ]
  },
  physics: {
    arcade: { debug: true }
  }
});

Colors

  • disabled — gray
  • blocked, not disabled — red
  • touching, not disabled or blocked — yellow
  • embedded, not disabled, blocked or touching — aqua
  • not disabled, blocked, touching, or embedded — violet
3.0.0

3 years ago

2.0.2

5 years ago

2.0.1

5 years ago

2.0.0

5 years ago

1.2.1

5 years ago

1.2.0

5 years ago

1.1.0

6 years ago

1.0.0

6 years ago