A few things
Make child entites work. z-sort entity list before rendering. entites have a creation timestamp.
This commit is contained in:
@@ -7,5 +7,5 @@ namespace Engine {
|
||||
|
||||
class Engine::Hud : public Engine::Renderable {
|
||||
public:
|
||||
Hud() : Renderable({0, 0}, 0) {};
|
||||
Hud() : Renderable({0, 0}, 0, 0) {};
|
||||
};
|
||||
|
Reference in New Issue
Block a user