Hi,
I want to make several objects collide and bounce indefinitively, but I'm struck at the first step : make an object bounce against walls. I've tried to use a RigidBody2D for the "ball"(which move) and a StaticBody2D for the walls but I couldn't go further.
Any idea or suggestions?