T00L00 / WanderKingPrototype

1 stars 0 forks source link

Basic projectile aiming and launching functionality. #10

Closed badamrussell closed 6 months ago

badamrussell commented 6 months ago

Currently just using math to calculate the trajectory and animate the projectile through the same path.

Planning on providing some more options in how to render the actual path, so that is why the AbstractTrajectoryRender exists.

Wasn't sure if including the word Abstract in the abstract class name is weird or not.

T00L00 commented 6 months ago

Looks really well done. Yeah the Abstract format is weird. The inheritance in the child class and override methods should give enough clues that it's some sort of parent class. Regardless, it's no big deal. Just naming conventions. I'm good with approving.