A bit more refinement.
This commit is contained in:
parent
a7991a8f06
commit
45ad16c010
2 changed files with 7 additions and 5 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue