Hi ! I would like to know if with defold it is possible to apply a downward force just on one side of my object in order to rotate it a bit like a scale. Thanks.
If you run into any problems, get back to us
So the easiest way is probably to go.get_world_position() and add to it the desired offset (it would then a vector from the center of go to a point you would like to apply the force)
2 Likes