Preliminary additions

This commit is contained in:
Jacob
2017-07-15 19:54:23 +01:00
parent 398f8a8a2a
commit be92ef224c
6 changed files with 48 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
<template name="buff">
<div class="item-slot">
<div class="item inventoryItem layout horizontal center">
<div class="itemName flex">
{{name}}
</div>
</div>
</div>
</template>