Implement the general layout for inventory (closes #94)

This commit is contained in:
Oliver-Akins 2024-03-04 19:41:59 -07:00
parent cd6554289b
commit daaa459012
3 changed files with 33 additions and 5 deletions

View file

@ -1,3 +1,17 @@
<div class="tab" data-group="inventory" data-tab="player">
<div class="e-1dp">
<h2>Containers</h2>
</div>
<div class="e-1dp item-list">
<h2>Item list</h2>
</div>
<div class="e-1dp">
<h2>Capacity</h2>
</div>
<div class="e-1dp">
<h2>Bytes</h2>
</div>
<div class="e-1dp">
<h2>Show</h2>
</div>
</div>