Hi,
how to off collision in physics behavior? Because i have 2 sides of canons, and when bullets are in colision, they bounce,.. i do not want this, i need to go trought theese bullets.
Thanks.
Develop games in your browser. Powerful, performant & highly capable.
try
Object1 - enable/disable collision Object2 set to disable
If I remember correctly Box2D asm.js doesn't support this.