Ross-TheBoss
Results
2
comments of
Ross-TheBoss
Here are my thoughts: There is quite a lot of duplicated code as a result of this design. - The `ShapeBase` has all the attributes/functions of the `CollisionShapeBase`, and some...
I now understand why the drawable and collision shapes should be seperate. But now I'm wandering if they are so seperate that the collision detection shouldn't be included within the...