ManBoy Posted March 14, 2014 Share Posted March 14, 2014 Hi, I want to create a penetrating bullet, such as laser that can phase through objects. The bullet will damage each object only once, when the contact began. Some visual representation can be seen in this example: http://examples.phaser.io/_site/view_full.html?d=collision&f=one+way+collision.js&t=one%20way%20collision But I want it to actually collides. Link to comment Share on other sites More sharing options...
rich Posted March 14, 2014 Share Posted March 14, 2014 Just do an overlap check then, not a collide check. Then in your callback fire off whatever you need. Link to comment Share on other sites More sharing options...
Recommended Posts