RestingCoder Posted November 2, 2013 Share Posted November 2, 2013 I feel like I may be missing something, or some planned features were cut at some point, as I see mentions of this around the forum, but nothing in the code itself. Is it currently possible to use shapes for collision? Whether they are circles, or hard coded polygons made with lines or anything? Any ideas would be great as well, since I am willing to use a temporary solution currently. Thanks! Link to comment Share on other sites More sharing options...
Mike Posted November 2, 2013 Share Posted November 2, 2013 Well at the moment Phaser has Arcade physics - AABB with rectangle bounding box and (quadTree). The more complex polygon, circle etc. physic system is planned but... i think it will be far ahead in time and for the momentthe solution is to implement other physic system or code that suits your needs yourself. Link to comment Share on other sites More sharing options...
Recommended Posts