mirror of
https://github.com/minetest/minetest.git
synced 2025-02-17 10:23:47 +01:00
Make non-fancy leaf texture to go in texture atlas too
This commit is contained in:
@ -532,8 +532,8 @@ public:
|
|||||||
f->drawtype = NDT_NORMAL;
|
f->drawtype = NDT_NORMAL;
|
||||||
f->solidness = 1;
|
f->solidness = 1;
|
||||||
for(u32 i=0; i<6; i++){
|
for(u32 i=0; i<6; i++){
|
||||||
f->tname_tiles[i] = f->tname_tiles[i]
|
f->setTexture(i, f->tname_tiles[i]
|
||||||
+ std::string("^[noalpha");
|
+ std::string("^[noalpha"));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
Reference in New Issue
Block a user