mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-17 15:39:02 +01:00
Start on risk it dialog
This commit is contained in:
parent
3447afc213
commit
cfc3bbdabb
3 changed files with 37 additions and 3 deletions
|
|
@ -2,8 +2,17 @@
|
|||
<header class="dialog-header">
|
||||
<h1>{{title}}</h1>
|
||||
</header>
|
||||
<div>
|
||||
<span>Remaining points to use here.</span>
|
||||
</div>
|
||||
<div class="risk-it-all-container">
|
||||
<span>TODO magic here</span>
|
||||
|
||||
<div class="two-columns even">
|
||||
<span>{{currentHitPointsLabel}}</span>
|
||||
<span>New HP field editor, initial value is current hit points</span>
|
||||
<span>{{currentStressLabel}}</span>
|
||||
<span>New Stress field editor, initial value is current hit points</span>
|
||||
</div>
|
||||
</div>
|
||||
<footer class="flexrow">
|
||||
<button data-action="close">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue