milesizzo / stb

0 stars 0 forks source link

Better class design of game objects #7

Closed milesizzo closed 7 years ago

milesizzo commented 7 years ago

The base GameObject should be a lot simpler. Perhaps even an interface that provides the minimum needed in a game object. The Sprite type should be renamed or possibly removed; I think a PhysicalObject could be better (eg. implements the physics interface).

milesizzo commented 7 years ago

This is done.