[#1] Add inventory and update calc's to use it

This commit is contained in:
Andrew Miner
2013-08-21 22:24:14 -07:00
parent 79c55a2120
commit 32e2a8a1ee
3 changed files with 38 additions and 6 deletions
+5 -3
View File
@@ -49,10 +49,12 @@
</p>
<table id="crafting_output" class="hidden" cellpadding="0" cellspacing="0">
<tr>
<th width="33%">You need to find:</th>
<th width="34%">You need to make:</th>
<th width="33%">You'll end up with:</th></tr>
<th width="25%">I already have:</th>
<th width="25%">You'll need to find:</th>
<th width="25%">You'll need to make:</th>
<th width="25%">You'll end up with:</th></tr>
<tr>
<td><textarea id="inventory" style="height: 100%; width: 100%" placeholder="2 Oak Log"></textarea></td>
<td id="missing_materials">&nbsp;</td>
<td id="crafted_items">&nbsp;</td>
<td id="leftover_materials">&nbsp;</td>