Can't use debug features.
ajmetal opened this issue · comments
Johannes Spaulding commented
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.
Leandro Cabrera commented
Please, check the Game.js file. There is a debugging code:
if (__DEV__) {
this.game.debug.spriteInfo(this.mushroom, 32, 32)
}