Ritual blanket now has its own internal id but I'm sort of thinking it needs to be more like inventory::Model. Closes #47.

This commit is contained in:
Zed A. Shaw 2025-06-30 10:15:22 -04:00
parent cad51f4908
commit b28b76ee2d
5 changed files with 22 additions and 23 deletions

View file

@ -28,7 +28,7 @@ namespace gui {
struct SelectedItem {
guecs::Entity slot_id;
DinkyECS::Entity item_id;
::ritual::Entity item_id;
};
class UI : public DeadSimpleFSM<State, Event> {