Physics
tag for physics related discussions and questions.
Latest engine news:
- A
How do I make RigidBody2D follow my mouse while keeping the physics properties??
- AlexanderGodot replied
- The video above is what I've been able to do, but sometimes the object goes past the mouse, other times it gets stuck in the wall for a little bit. I want it to be able to interact with the world and ...
Area2D on_body_entered fires after I've programmatically moved the body away
- Telokis replied
- Hello! I'm working on a simple Pong game to train myself with the engine but I have a problem now that I'm adding a simple animation. The Goal is an Area2D with an on_body_entered listener that increa...