1
0
mirror of https://github.com/minetest/minetest.git synced 2025-07-05 17:30:21 +02:00

merged jungle and bluish shadows

This commit is contained in:
Perttu Ahola
2011-07-23 20:01:06 +03:00
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;