Added attribute rolls

This commit is contained in:
Sebastian Fischlmayr 2022-09-30 15:15:24 +02:00
parent 395bfa1616
commit 0abccf3f48
Signed by: Maverick
GPG key ID: 6379E413924A4E77
15 changed files with 440 additions and 45 deletions

View 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)