Files
DiceCloud/rpg-docs/client/views/healthBar/healthBar.html
2014-11-04 06:55:51 +00:00

8 lines
267 B
HTML

<template name="healthBar">
<div class= "healthBar">
<div class="healthBarInner" style="width: {{hpPercent}}%"></div>
<div class="healthBarBorder">
<span class="hpReadout">{{attributeValue attributes.hitPoints}}/{{maxHp}}</span>
</div>
</div>
</template>