Define region chunk extent

This commit is contained in:
crumblingstatue 2023-04-09 00:00:57 +02:00
parent 7c3bfe373a
commit aed3e86a17
2 changed files with 9 additions and 4 deletions

View file

@ -166,3 +166,5 @@ impl Tile {
pub const EMPTY: TileId = 0;
pub const UNBREAKANIUM: TileId = 5;
}
pub const REGION_CHUNK_EXTENT: u8 = 8;