I think the actual map drawing is more of a view thing than in the system, so I've moved it to the MapViewUI out of system.

This commit is contained in:
Zed A. Shaw 2024-12-31 06:18:25 -05:00
parent 380e18b91a
commit 5adeb4e078
5 changed files with 42 additions and 78 deletions

View file

@ -82,6 +82,7 @@ class MapViewUI : public Panel {
MapViewUI(DinkyECS::World& world, LightRender& lights, Map& game_map);
void create_render();
void resize_canvas();
void draw_map();
};
class GUI {