🎉 Celebrating 25 Years of GameDev.net! 🎉

Not many can claim 25 years on the Internet! Join us in celebrating this milestone. Learn more about our history, and thank you for being a part of our community!

ImpactJS Fixed vs Fixed Collision

Started by
0 comments, last by rontrek 4 years, 9 months ago

Hi, I'm trying to implement a collision on ImpactJS entities that both will be stopped when collided and being pushed.

This is similar to player to player collision on top down games such as Battle City where you can't push the other player and vice versa.

All collision type combination does not work. It still pushes the other and FIXED vs FIXED is being ignored.

This topic is closed to new replies.

Advertisement