mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-17 15:39:02 +01:00
Merged with development
This commit is contained in:
commit
1aafc86bc8
211 changed files with 4151 additions and 858 deletions
|
|
@ -18,10 +18,10 @@
|
|||
</div>
|
||||
{{else}}
|
||||
<div class='status-value'>
|
||||
<p><input class="bar-input" name="system.resources.hitPoints.value" min="0" max='{{resource.max}}'
|
||||
value="{{resource.value}}" type="number"></p>
|
||||
<p>/</p>
|
||||
<p class="bar-label">{{resource.max}}</p>
|
||||
<input class="bar-input" name="system.resources.hitPoints.value" min="0" max='{{resource.max}}'
|
||||
value="{{resource.value}}" type="number">
|
||||
<span>/</span>
|
||||
<span class="bar-label">{{resource.max}}</span>
|
||||
</div>
|
||||
<progress
|
||||
class='progress-bar'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue