Mostly working overlay to show when in combat or not.
This commit is contained in:
parent
30a7e1b2cc
commit
4a1a8a7d65
4 changed files with 66 additions and 32 deletions
|
@ -16,9 +16,12 @@ namespace gui {
|
|||
void render();
|
||||
void draw(sf::RenderWindow& window);
|
||||
void click(int x, int y);
|
||||
void show_damage(bool show);
|
||||
void init_stats();
|
||||
void draw_stats(std::string stats);
|
||||
void close_stats();
|
||||
void show_sprite(string region, string sprite_name);
|
||||
void close_sprite(string region);
|
||||
void show_text(std::string region, std::string content);
|
||||
void update_text(std::string region, std::string content);
|
||||
void close_text(std::string region);
|
||||
void show_label(std::string region, std::string content);
|
||||
void close_label(std::string region);
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue