forked from Mirrorlandia_minetest/minetest
* less clumsy ladder texture, based on rails
This commit is contained in:
Binary file not shown.
Before ![]() (image error) Size: 581 B |
BIN
data/ladder.png
BIN
data/ladder.png
Binary file not shown.
Before ![]() (image error) Size: 691 B After ![]() (image error) Size: 395 B ![]() ![]() |
@ -305,7 +305,7 @@ void content_mapnode_init()
|
|||||||
|
|
||||||
i = CONTENT_LADDER;
|
i = CONTENT_LADDER;
|
||||||
f = &content_features(i);
|
f = &content_features(i);
|
||||||
f->setInventoryTexture("item_ladder.png");
|
f->setInventoryTexture("ladder.png");
|
||||||
f->light_propagates = true;
|
f->light_propagates = true;
|
||||||
f->param_type = CPT_LIGHT;
|
f->param_type = CPT_LIGHT;
|
||||||
f->is_ground_content = true;
|
f->is_ground_content = true;
|
||||||
|
Reference in New Issue
Block a user