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:
parent
cad51f4908
commit
b28b76ee2d
5 changed files with 22 additions and 23 deletions
|
@ -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> {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue