I'm developing a very simple tennis game using Nape:
A rigid object (a tennis racket) follows the mouse coordinates and hits another object that has the property of bouncing.
I read many examples of Nape, but I don't know how to setup the tennis racket: which properties I must use when I create the "Body()" instance of the racket.
Any tutorial, snippet or advice is welcome friends,
thanks.