SR6_Roll20_Sheet/components/_healthBoxContainer.pug

5 lines
189 B
Text
Raw Normal View History

2022-09-30 15:15:24 +02:00
mixin healthContainer(count)
div(class='healthContainer ' + attributes.class)
include ./_healthBoxBox
- for (var i = 0; i < count; i++)
+healthBox(i)(class=attributes.class)