Initialization
This commit is contained in:
commit
3458f39973
28 changed files with 6780 additions and 0 deletions
6
components/_abilityBox.pug
Normal file
6
components/_abilityBox.pug
Normal file
|
@ -0,0 +1,6 @@
|
|||
.abilityBox
|
||||
include ./_abilityBoxLabels.pug
|
||||
include ./_abilityBoxRows.pug
|
||||
each val in abilities
|
||||
+abilityRow(val)
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue