jcornaz / heron

[DISCONTINUED] An ergonomic physics API for bevy games
MIT License
292 stars 44 forks source link

Added a BodyHandle constructor #54

Closed MGlolenstine closed 3 years ago

MGlolenstine commented 3 years ago

I tried creating a new BodyHandle but was unable to. I didn't want to make fields public, so I created a constructor for creating a new BodyHandle object.