Merge branch 'pfau/smöl_fixes' into 'master'

Fix item images, cleanup debug items folder

See merge request veloren/veloren!1212
This commit is contained in:
Monty Marz 2020-07-16 02:46:10 +00:00
commit d43950e2f5
8 changed files with 6 additions and 41 deletions

View File

@ -1,7 +0,0 @@
Item(
name: "Empty Vial",
description: "Can be filled with fluids.",
kind: Ingredient(
kind: EmptyVial,
)
)

View File

@ -1,7 +0,0 @@
Item(
name: "Leather Scraps",
description: "Used to craft various items.",
kind: Ingredient(
kind: LeatherScraps,
)
)

View File

@ -1,7 +0,0 @@
Item(
name: "Shiny Gem",
description: "It's so shiny!",
kind: Ingredient(
kind: ShinyGem,
)
)

View File

@ -1,7 +0,0 @@
Item(
name: "Stones",
description: "Pebbles from the ground.",
kind: Ingredient(
kind: Stones,
)
)

View File

@ -1,7 +0,0 @@
Item(
name: "Twigs",
description: "Dry.",
kind: Ingredient(
kind: Twigs,
)
)

Binary file not shown.

Binary file not shown.

Binary file not shown.