Reputation: 119
I'm trying to create a 2D physics game, where there are structures that are held by breakable joints (that can be broken from compression or tension) that work similarly to the 2001 indie game, Bridge Builder. Is this type of physics possible in Gamemaker?
Upvotes: 0
Views: 115
Reputation: 1037
Yes, sure. GMS1.4 (and GMS2 as well) contains Box2D implementation. For details please check the manual - physic world section.
Upvotes: 0