Already better than CSS because I can center stuff.

This commit is contained in:
Zed A. Shaw 2025-02-15 12:13:58 -05:00
parent 1620a5420f
commit 60ed686eb0
6 changed files with 58 additions and 42 deletions

View file

@ -9,7 +9,7 @@ namespace gui {
$level(level)
{
bool good = $layout.parse(
"[attack1 | attack2 | attack3 | heal]"
"[attack1 | =(90)attack2 | attack3 | heal]"
);
dbc::check(good, "failed to parse combat layout");