Mostly does everything I need, minus the ritual description. That'll have to probably be a separate generator. Next, rewrite this crap.
This commit is contained in:
parent
2ceab51c40
commit
d1bd6b7c45
2 changed files with 31 additions and 6 deletions
|
@ -35,6 +35,7 @@ namespace gui {
|
|||
void render(sf::RenderWindow &window);
|
||||
void update();
|
||||
|
||||
void attempt_combine();
|
||||
void update_items();
|
||||
void combine_clicked(DinkyECS::Entity ent);
|
||||
void inv_slot_clicked(DinkyECS::Entity ent, DinkyECS::Entity item_id);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue