* less clumsy ladder texture, based on rails
parent
f6bc662194
commit
363487c97b
Binary file not shown.
Before Width: | Height: | Size: 581 B |
BIN
data/ladder.png
BIN
data/ladder.png
Binary file not shown.
Before Width: | Height: | Size: 691 B After Width: | Height: | 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;
|
||||||
|
|
Loading…
Reference in New Issue