Deathlymad / LDL

The cleaned and slightly abstracted version of the Ludum Dare 47 Code. Original at MDeiml/LD47
1 stars 0 forks source link

Create Object subclasses #3

Closed Deathlymad closed 3 years ago

Deathlymad commented 3 years ago

Let object types be their own gameObject subclasses so that they have uniform functions to handle collision. that cleans up physics. They also can handle their own animation updates that way.

Deathlymad commented 3 years ago

related to #1