parent: Object
GameObject(size, mass=1, **kwargs) -> GameObject
The kwargs allows you set the property in Constructor.
This class extends every in parent, see Object class.
Caution: position, velocity and surface can be set in GameObject.
Here after is the new in GameObject: