HP bar is working, and next just need to make the combat gui actually work.

This commit is contained in:
Zed A. Shaw 2025-02-16 13:48:57 -05:00
parent 3ec2bf4784
commit 232c994347
2 changed files with 19 additions and 4 deletions

View file

@ -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;