Jump to content

Physics collision with sprite group


kabuto178
 Share

Recommended Posts

Collision does not seem to fire when using this code 

Quote

update: function() {
          Game.physics.arcade.collide(currentPlayer, OpponentGroup);
        
    }

The sprites still pass through each other. The sprites are generated after the game state loads not sure if that has anything to do with it. I create custom sprites which exten Phaser.Sprite

Link to comment
Share on other sites

 Share

  • Recently Browsing   0 members

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