HP bar is working, and next just need to make the combat gui actually work.
This commit is contained in:
parent
3ec2bf4784
commit
232c994347
2 changed files with 19 additions and 4 deletions
|
@ -16,6 +16,7 @@ namespace gui {
|
|||
lel::Parser $layout;
|
||||
GameLevel $level;
|
||||
sf::Font $font;
|
||||
sf::RectangleShape $background;
|
||||
std::unordered_map<std::string, sf::RectangleShape> $shapes;
|
||||
std::unordered_map<std::string, sf::RectangleShape> $label_boxes;
|
||||
std::vector<sf::Text> $labels;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue