Physics: Can I create a hitbox for a triangle?

I’m trying to create physics shapes other than squares and circles.
Is this possible? There aren’t options in add behaviour but can I tweak it programmatically?

Cheers
:slight_smile:

No, sorry, maybe with some javascript you can hack the physics behavior… but no idea :frowning:

Thanks. I’ve decided to not give it the physics object behaviour but instead have made a triangle and will try and recreate all the physics rules with conditions and events.

Still trying to understand angles and force.
:wink: