Reputation: 21
I'm making a game in rust, in Bevy with Rapier2d physics. I want to apply forces to the entities from different functions (systems).
How is multiple external forces added to entities?
Upvotes: 2
Views: 186