A bit more refinement.

This commit is contained in:
Zed A. Shaw 2025-02-15 22:23:24 -05:00
parent a7991a8f06
commit 45ad16c010
2 changed files with 7 additions and 5 deletions

View file

@ -11,7 +11,7 @@ namespace gui {
class CombatUI {
public:
std::string $grid =
"[*%(200)hp | _ | *%(200)ap | _ ]"
"[*%(200,90)hp | _ | *%(200,90)ap | _ ]"
"[attack1 | attack2 | attack3 | heal]";
lel::Parser $layout;
GameLevel $level;