Combat UI is alright but need to now make a few common widgets.

This commit is contained in:
Zed A. Shaw 2025-02-16 19:27:57 -05:00
parent cfe56bbf99
commit 7c1f05c801
4 changed files with 16 additions and 8 deletions

View file

@ -12,7 +12,7 @@ namespace gui {
public:
std::string $grid =
"[*%(100,150)button_attack1 | *%(100,150)button_attack2 | *%(100,150)button_attack3 | *%(100,150)button_heal]"
"[*%.(200,50)bar_hp | _ | %.(100,50)bar_ap ]";
"[ >.%(100,50)label_hp | *%.(200,50)bar_hp | _ ]";
lel::Parser $layout;
GameLevel $level;
sf::Font $font;