mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-05 19:31:04 +00:00
Clean up read_tiledef and related parts a bit
This commit is contained in:
parent
d17f22f536
commit
452160cd00
3 changed files with 51 additions and 37 deletions
|
@ -191,8 +191,6 @@ struct TileSpec
|
|||
bool world_aligned = false;
|
||||
//! Tile rotation.
|
||||
TileRotation rotation = TileRotation::None;
|
||||
//! This much light does the tile emit.
|
||||
u8 emissive_light = 0;
|
||||
//! The first is base texture, the second is overlay.
|
||||
TileLayer layers[MAX_TILE_LAYERS];
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue