A little bit of layout up and displaying to get started.

This commit is contained in:
Zed A. Shaw 2025-09-22 14:35:10 -04:00
parent 07e281d987
commit 7cdd96ef73
3 changed files with 20 additions and 11 deletions

View file

@ -9,6 +9,9 @@ namespace boss {
using namespace DinkyECS;
struct UI {
shared_ptr<World> $world = nullptr;
Entity $boss_id = NONE;
guecs::UI $gui;
UI(shared_ptr<World> world, Entity boss_id);