Why did I have to reverse the fields in physics.add.overlap?
Summary The issue encountered with Phaser.physics.add.overlap was resolved by reversing the fields, which suggests a problem with the collision detection system. This fix implies that the order of the objects in the overlap method matters, and swapping them corrected the issue. Root Cause The root cause of this problem lies in the way Phaser handles … Read more