davethomas11 / V_Is_For_Vince

1 stars 0 forks source link

Figure out a solution to renderable #14

Open Tsmith18256 opened 7 years ago

Tsmith18256 commented 7 years ago

We can't do runtime checks on interfaces. This means we might have to use modules for pretty much every component a gameobject can have. For now, the render function has been moved to the GameObject class as an abstract function, but it should move to our new solution.

When #10 is completed, this can be done.