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

Jungle biome/whatever thing

This commit is contained in:
Perttu Ahola 2011-07-23 02:04:24 +03:00
parent fdf14471c6
commit 8993d9dd83
8 changed files with 253 additions and 6 deletions

View file

@ -119,7 +119,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;