* less clumsy ladder texture, based on rails

master
Nils Dagsson Moskopp 2011-08-01 15:47:02 +02:00
parent f6bc662194
commit 363487c97b
3 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 581 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 691 B

After

Width:  |  Height:  |  Size: 395 B

View File

@ -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;