1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-06-27 16:36:03 +00:00

merged jungle and bluish shadows

This commit is contained in:
Perttu Ahola 2011-07-23 20:01:06 +03:00
commit 501034a792
11 changed files with 287 additions and 20 deletions

View file

@ -115,7 +115,8 @@ struct ContentFeatures
TileSpec tiles[6];
video::ITexture *inventory_texture;
// True for all ground-like things like stone and mud, false for eg. trees
bool is_ground_content;
bool light_propagates;
bool sunlight_propagates;