feat(web): bind the HUD health bar to the locally-ticking HP value

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
Bastian Wagner
2026-08-21 16:12:55 +02:00
parent 848f9d9195
commit ab6227881e
2 changed files with 21 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
<div class="app-shell">
<app-top-bar [character]="worldStore.character()" />
<app-top-bar [character]="worldStore.displayedCharacter()" />
<div class="app-shell__content" [class.app-shell__content--no-context]="!showContextPanel()">
<app-side-navigation />