lean / phaser-es6-webpack

A bootstrap project for create games with Phaser + ES6 + Webpack.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can't use debug features.

ajmetal opened this issue · comments

Is there a seperate module I need to install or something to use the game.debug features? I can't print my fps or debug physics bodies or anything.

Please, check the Game.js file. There is a debugging code:

    if (__DEV__) {
      this.game.debug.spriteInfo(this.mushroom, 32, 32)
    }