rosaqq / lekek

Java game engine project with LWJGL.
MIT License
0 stars 0 forks source link

GameItem logic rework and documentation #58

Closed rosaqq closed 3 years ago

rosaqq commented 3 years ago

Game Item concept

Everything that's renderable must implement IRenderable.
Currently, there's:

AbstractGameItem is extended by:

Terrain should fit in here somewhere... currently WIP.

Summary Chart:

Renderable Chart

The following issues were deprecated by this new rework Closes #38, closes #40, closes #4