brick texture updates pt3

This commit is contained in:
darkrose 2015-03-28 18:06:15 +10:00
parent 4c3e7571eb
commit dfed368df0
2 changed files with 1 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 660 B

View File

@ -610,7 +610,7 @@ void content_mapnode_init(bool repeat)
f->description = wgettext("Brick");
f->setAllTextures("brick.png");
f->setTexture(0,"brick_top.png");
f->setTexture(1,"brick_top.png^[transformR90");
f->setTexture(1,"brick_bottom.png");
f->setTexture(2,"brick_side.png");
f->setTexture(3,"brick_side.png");
f->setInventoryTextureCube("brick_top.png", "brick.png", "brick_side.png");