From f6a33a1a7a298cb7d3fb18818bae97bd1b89d633 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?D=C3=A1niel=20Juh=C3=A1sz?= Date: Fri, 25 Aug 2017 11:20:53 +0000 Subject: Overlays for wield and inventory images (#6107) * Overlays for wield and inventory images --- src/itemdef.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/itemdef.h') diff --git a/src/itemdef.h b/src/itemdef.h index bca922d3a..45cff582a 100644 --- a/src/itemdef.h +++ b/src/itemdef.h @@ -60,7 +60,9 @@ struct ItemDefinition Visual properties */ std::string inventory_image; // Optional for nodes, mandatory for tools/craftitems + std::string inventory_overlay; // Overlay of inventory_image. std::string wield_image; // If empty, inventory_image or mesh (only nodes) is used + std::string wield_overlay; // Overlay of wield_image. std::string palette_image; // If specified, the item will be colorized based on this video::SColor color; // The fallback color of the node. v3f wield_scale; -- cgit v1.2.3