Updated TODO

This commit is contained in:
2024-11-14 07:06:05 +03:00
parent 90bfc54952
commit 0b4a942acb

View File

@@ -4,6 +4,11 @@
#include "editor_event.h"
#include "building_layout_graph.h"
// TODO: allocate zones in completed units and grow them.
// TODO: setup subregions for unit zones
// TODO: merge floors with the same index - create separate entity? Or use grid floor's entity for that.
// TODO: setup subregions for rooms.
BuildingLayoutGraph *BuildingLayoutGraph::singleton = nullptr;
BuildingLayoutGraph::BuildingLayoutGraph()