Now also combat works no matter what's on the ground. Closes #81.

This commit is contained in:
Zed A. Shaw 2025-08-09 00:13:38 -04:00
parent f84b63f0e6
commit 05d54ff661
5 changed files with 19 additions and 23 deletions

View file

@ -14,7 +14,7 @@ namespace gui {
$gui.position(COMBAT_UI_X, COMBAT_UI_Y, COMBAT_UI_WIDTH, COMBAT_UI_HEIGHT);
$gui.layout(
"[button_0 | button_1 | button_2 | button_3"
"|button_4 | button_5 | button_6 | healing_button | hp_gauge ]"
"|button_4 | button_5 | button_6 | =healing_button | =hp_gauge ]"
);
}