Implemented ordering and command setting

This commit is contained in:
2024-11-01 22:54:51 +03:00
parent f1d5b75ca1
commit e3f37cdcdc
10 changed files with 704 additions and 149 deletions

View File

@@ -48,6 +48,7 @@ public:
void load_layouts();
void create_interior_tilemap(const String &layout_name);
int get_layout_count() const;
int get_children_count(flecs::entity base_e) const;
struct graph_module {
graph_module(flecs::world &ecs);
};