From: Nils Dagsson Moskopp Date: Mon, 1 Aug 2011 13:47:02 +0000 (+0200) Subject: * less clumsy ladder texture, based on rails X-Git-Tag: 0.2.20110922~81^2~18 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=363487c97bd90a83497785dbcccebf462d9a64f8;p=oweals%2Fminetest.git * less clumsy ladder texture, based on rails --- diff --git a/data/item_ladder.png b/data/item_ladder.png deleted file mode 100644 index f35978ff9..000000000 Binary files a/data/item_ladder.png and /dev/null differ diff --git a/data/ladder.png b/data/ladder.png index dbbd680ec..11056359d 100644 Binary files a/data/ladder.png and b/data/ladder.png differ diff --git a/src/content_mapnode.cpp b/src/content_mapnode.cpp index 8e97fa6cd..b164033db 100644 --- a/src/content_mapnode.cpp +++ b/src/content_mapnode.cpp @@ -305,7 +305,7 @@ void content_mapnode_init() i = CONTENT_LADDER; f = &content_features(i); - f->setInventoryTexture("item_ladder.png"); + f->setInventoryTexture("ladder.png"); f->light_propagates = true; f->param_type = CPT_LIGHT; f->is_ground_content = true;