You now receive damage to multiple body parts and can heal them all too.

This commit is contained in:
Zed A. Shaw 2026-03-30 23:53:38 -04:00
parent 1777a6bbf2
commit 360402cb3c
6 changed files with 61 additions and 23 deletions

View file

@ -17,11 +17,11 @@ namespace gui {
$gui.layout(
"[head]"
"[chest]"
"[stomach]"
"[right_arm]"
"[left_arm]"
"[stomach]"
"[left_leg]"
"[right_leg]");
"[right_leg]"
"[left_leg]");
$gui.set<Background>($gui.MAIN, {$gui.$parser, });

View file

@ -208,6 +208,7 @@ namespace gui {
$main_ui.play_hands();
$main_ui.dirty();
sound::play("Sword_Hit_1");
$status_ui.update();
state(State::ATTACKING);
break;
case ROTATE_LEFT: