zacharycarter / zengine

2D | 3D Game development library
157 stars 13 forks source link

Add ZObject & Entity3D datatype #40

Closed define-private-public closed 6 years ago

define-private-public commented 6 years ago

We're going to need something like this for #23 . I wouldn't consider the Entity3D object complete, but it's a good starting point.

If you've also noticed a lot of other game engines/frameworks have some sort of base object. It's not necessary right now, but it can be handy down the road. Right now I have it do nothing more than store an ID.

define-private-public commented 6 years ago

I'm also going to make ZSprite a child object of Entity3D.