mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
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:
commit
d43950e2f5
@ -1,7 +0,0 @@
|
||||
Item(
|
||||
name: "Empty Vial",
|
||||
description: "Can be filled with fluids.",
|
||||
kind: Ingredient(
|
||||
kind: EmptyVial,
|
||||
)
|
||||
)
|
@ -1,7 +0,0 @@
|
||||
Item(
|
||||
name: "Leather Scraps",
|
||||
description: "Used to craft various items.",
|
||||
kind: Ingredient(
|
||||
kind: LeatherScraps,
|
||||
)
|
||||
)
|
@ -1,7 +0,0 @@
|
||||
Item(
|
||||
name: "Shiny Gem",
|
||||
description: "It's so shiny!",
|
||||
kind: Ingredient(
|
||||
kind: ShinyGem,
|
||||
)
|
||||
)
|
@ -1,7 +0,0 @@
|
||||
Item(
|
||||
name: "Stones",
|
||||
description: "Pebbles from the ground.",
|
||||
kind: Ingredient(
|
||||
kind: Stones,
|
||||
)
|
||||
)
|
@ -1,7 +0,0 @@
|
||||
Item(
|
||||
name: "Twigs",
|
||||
description: "Dry.",
|
||||
kind: Ingredient(
|
||||
kind: Twigs,
|
||||
)
|
||||
)
|
BIN
assets/voxygen/element/icons/item_apple.png
(Stored with Git LFS)
BIN
assets/voxygen/element/icons/item_apple.png
(Stored with Git LFS)
Binary file not shown.
BIN
assets/voxygen/element/icons/item_cheese.png
(Stored with Git LFS)
BIN
assets/voxygen/element/icons/item_cheese.png
(Stored with Git LFS)
Binary file not shown.
BIN
assets/voxygen/element/icons/item_coconut.png
(Stored with Git LFS)
BIN
assets/voxygen/element/icons/item_coconut.png
(Stored with Git LFS)
Binary file not shown.
Loading…
Reference in New Issue
Block a user