Basic Ritual crafting UI is prototyped, so next step is to create some items and refine the UI with a possible FSM to keep it organized.

This commit is contained in:
Zed A. Shaw 2025-03-20 03:25:35 -04:00
parent 1aa6674e42
commit 8b3573b01d
4 changed files with 72 additions and 6 deletions

View file

@ -30,5 +30,9 @@ namespace gui {
void init();
void render(sf::RenderWindow &window);
void update();
void ritual_circle_clicked(DinkyECS::Entity ent);
void inv_slot_clicked(DinkyECS::Entity ent);
void reset_inv_positions();
};
}