Hey there –
I created by own subclass of Body that allows it to display images on top of the Body, but because animations change size frequently, every time the subclass draws I want it to refactor the width and height of the Box associated with the Body to match the current frame of the image. The only method I can find is set(Shape, float), but this resets everything to zero, which I don’t want to do.
Do I need to edit the source and make my own method for the Body or is there some easier way to do this?
Thanks.