You now receive damage to multiple body parts and can heal them all too.
This commit is contained in:
parent
1777a6bbf2
commit
360402cb3c
6 changed files with 61 additions and 23 deletions
|
|
@ -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, });
|
||||
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue