mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
* less clumsy ladder texture, based on rails
This commit is contained in:
parent
f6bc662194
commit
363487c97b
3 changed files with 1 additions and 1 deletions
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…
Add table
Add a link
Reference in a new issue