Now also combat works no matter what's on the ground. Closes #81.
This commit is contained in:
parent
f84b63f0e6
commit
05d54ff661
5 changed files with 19 additions and 23 deletions
|
@ -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 ]"
|
||||
);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue