1.1.8 • Published 8 years ago

phaser-debug v1.1.8

Weekly downloads
10
License
MIT
Repository
github
Last release
8 years ago

Phaser Debug

Simple debug module for the Phaser game framework.

Screenshot

Usage

Simply download the phaser-debug.js script from the latest release and include it on your page after including Phaser:

<script src="phaser.js"></script>
<script src="phaser-debug.js"></script>

After adding the script to the page you can activate it by enabling the plugin:

game.add.plugin(Phaser.Plugin.Debug);

Browser Support

Currently this module supports the following browsers:

  • Desktop
  • Firefox 30+
  • Chrome 27+
  • Safari 5.1+
  • Opera 23+
1.1.8

8 years ago

1.1.7

8 years ago

1.1.6

9 years ago

1.1.5

9 years ago

1.1.4

9 years ago

1.1.3

10 years ago

1.1.2

10 years ago

1.1.1

10 years ago

1.1.0

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago