Added attribute rolls
This commit is contained in:
parent
395bfa1616
commit
0abccf3f48
15 changed files with 440 additions and 45 deletions
5
components/_healthBoxContainer.pug
Normal file
5
components/_healthBoxContainer.pug
Normal file
|
@ -0,0 +1,5 @@
|
|||
mixin healthContainer(count)
|
||||
div(class='healthContainer ' + attributes.class)
|
||||
include ./_healthBoxBox
|
||||
- for (var i = 0; i < count; i++)
|
||||
+healthBox(i)(class=attributes.class)
|
Loading…
Add table
Add a link
Reference in a new issue