Initially implemented 'ritual blanket' UI for the crafting of rituals in combat.
This commit is contained in:
parent
263b7741f6
commit
65c9e4b0c6
5 changed files with 56 additions and 30 deletions
|
@ -24,7 +24,9 @@ namespace gui {
|
|||
GameLevel $level;
|
||||
|
||||
RitualUI(GameLevel level);
|
||||
void select_ritual();
|
||||
bool mouse(float x, float y);
|
||||
void toggle();
|
||||
bool is_open();
|
||||
void init();
|
||||
void render(sf::RenderWindow &window);
|
||||
void update();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue