Initial version of the new crafting table

This commit is contained in:
Andrew Miner
2015-01-08 11:03:43 -08:00
parent 9f79722378
commit 9424af9d84
26 changed files with 280 additions and 228 deletions
+20
View File
@@ -0,0 +1,20 @@
//-
//- Crafting Guide - crafting_grid.jade
//-
//- Copyright (c) 2015 by Redwood Labs
//- All rights reserved.
//-
table.view__crafting_grid
tr
td: a: img(src="/images/empty.png")
td: a: img(src="/images/empty.png")
td: a: img(src="/images/empty.png")
tr
td: a: img(src="/images/empty.png")
td: a: img(src="/images/empty.png")
td: a: img(src="/images/empty.png")
tr
td: a: img(src="/images/empty.png")
td: a: img(src="/images/empty.png")
td: a: img(src="/images/empty.png")
+2 -28
View File
@@ -10,31 +10,5 @@
img(src="/images/workbench_top.png")
p Crafting Table
.recipe_selector
p I want to make
select(name="quantity")
option(value="1") 1
option(value="2") 2
option(value="4") 4
option(value="8") 8
option(value="16") 16
option(value="64") 64
input(name="name", placeholder="enter an item name")
label
input(name="including_tools", type="checkbox")
| including tools
table.main
tr
td.have.list
h3: p You have...
textarea(name="have", placeholder="For example:\n\n3 wool\n4 iron ingot", rows="12")
td.need.list
h3: p You'll need...
table.list
td.make.list
h3: p You'll make...
table.list
td.result.list
h3: p You'll get...
table.list
.panel
table.view__crafting_grid
+2
View File
@@ -10,4 +10,6 @@
.view__inventory.want
.view__inventory.need
.view__crafting_table
.view__mod_pack