Initial implementation of the InventoryController
This commit is contained in:
@@ -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
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user