Initial implementation of the InventoryController

This commit is contained in:
Andrew Miner
2015-01-06 10:25:05 -08:00
parent d499e8e9cf
commit a1a7ee5dc9
13 changed files with 330 additions and 23 deletions
+20
View File
@@ -0,0 +1,20 @@
//-
//- Crafting Guide - inventory.jade
//-
//- Copyright (c) 2014-2015 by Redwood Labs
//- All rights reserved.
//-
.view__inventory
h2
img.icon
p.title
.panel
.scrollbox
table
tr.edit
td: input(name="quantity")
td(width="*"): input(name="name")
td: button(name="add") add
.toolbar
button(name="clear") clear
+4 -1
View File
@@ -5,6 +5,9 @@
//- All rights reserved.
//-
.view__landing_page
.view__item_page
.view__inventory.have
.view__inventory.want
.view__crafting_table
.view__mod_pack