Skip to content
master
Go to file
Code
This branch is 11 commits ahead, 5 commits behind englercj:master.

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
ts
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Phaser Debug

Not so simple debug module for the Phaser game framework.

Forked from the phaser-debug plugin made by englercj

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
  • Chrome 27+

About

Not so simple debug module for phaser

Resources

Packages

No packages published
You can’t perform that action at this time.