Jump to content

Physics Quadtree Error


Heppell08
 Share

Recommended Posts

/**    * @property {Phaser.QuadTree} quadTree - The world QuadTree.    */    this.quadTree = new Phaser.Physics.Arcade.QuadTree(this, this.game.world.bounds.x, this.game.world.bounds.y, this.game.world.bounds.width, this.game.world.bounds.height, this.maxObjects, this.maxLevels);

I points to that when i start the game. Doesnt even load past boot.js 

 

Link to comment
Share on other sites

 

If you come across any bugs NOT physics/tilemap related, then please post to github. If you find a physics/tilemap bug which you think should work (i.e. the code isn't all just commented out or something  :) then post it here and I'll look into it.

 

 

Answered

 

 

Answered

Link to comment
Share on other sites

 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...