Implemented basic inventory
This commit is contained in:
6
rpg-docs/client/views/inventory/itemRow/itemRow.html
Normal file
6
rpg-docs/client/views/inventory/itemRow/itemRow.html
Normal file
@@ -0,0 +1,6 @@
|
||||
<template name="itemRow">
|
||||
<tr class={{#if isSelected}}selected{{/if}}>
|
||||
<td>{{#if stackable}}{{quantity}}{{/if}}</td>
|
||||
<td>{{pluralName}}</td>
|
||||
</tr>
|
||||
</template>
|
||||
Reference in New Issue
Block a user